Azure / autorest.csharp

Extension for AutoRest (https://github.com/Azure/autorest) that generates C# code
MIT License
141 stars 165 forks source link

Support x-ms-skip-url-encoding from TypeSpec #2607

Open lmazuel opened 2 years ago

lmazuel commented 2 years ago

While it won't be called x-ms-skip-url-encoding in CADL, once https://github.com/microsoft/cadl/issues/851 is fixed we need to add that support in the language emitter.

chunyu3 commented 2 years ago

dependent on https://github.com/microsoft/cadl/issues/851

chunyu3 commented 6 months ago

Typespec decide following default behavior: https://github.com/microsoft/typespec/issues/851#issuecomment-1300918421