Azure / autorest.python

Extension for AutoRest (https://github.com/Azure/autorest) that generates Python code
MIT License
77 stars 55 forks source link

[MPG][Diff] all `header` and `query` signatures changes from positional to keyword-only #2612

Open msyyc opened 1 month ago

msyyc commented 1 month ago
generation mode for Typespec is version-tolerant: true while for swagger is version-tolerant: false. When migrate to Typespce, there will be the following breakings. version-tolerant header signatures query signatures
true positional positional
true keyword-only keyword-only

image

image