You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, there's no field on SdkQueryParameter type indicating if the query param should be encoded or not. I believe the default it to presume it's encoded.
In swagger we have x-ms-skip-url-encoding and I believe there's a tsp design for this being worked on. This is the tracking issue to ensure the result is exposed in tcgc.
Check that this issue is about the Azure libraries for typespec. For feature request in the typespec language or core libraries file it in the TypeSpec repo
Clear and concise description of the problem
At present, there's no field on
SdkQueryParameter
type indicating if the query param should be encoded or not. I believe the default it to presume it's encoded.In swagger we have
x-ms-skip-url-encoding
and I believe there's a tsp design for this being worked on. This is the tracking issue to ensure the result is exposed in tcgc.Checklist
The text was updated successfully, but these errors were encountered: