Hi, were there recently (5-3 days ago) some change...
# contribute
b
Hi, were there recently (5-3 days ago) some changes regarding slash handling in Pulumi Registry?. As part of Gestalt test pipeline I'm downloading schemas and I see that
%2F
were changed to
/
retroactivelly even to old providers:
Copy code
"assumeRole": {
-        "$ref": "#/types/aws:config%2FassumeRole:assumeRole"
+        "$ref": "#/types/aws:config/assumeRole:assumeRole"
       },
       "assumeRoleWithWebIdentity": {
-        "$ref": "#/types/aws:config%2FassumeRoleWithWebIdentity:assumeRoleWithWebIdentity"
+        "$ref": "#/types/aws:config/assumeRoleWithWebIdentity:assumeRoleWithWebIdentity"
       },
g
I’m checking with the team about this.
e
Where exactly are you seeing this changed output?
b
e
ah ok thanks, so a CLI change probably