Azure / autorest.python

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

[Typepsec] Support flexible output folder #2643

Open msyyc opened 2 weeks ago

msyyc commented 2 weeks ago

Context: loadtesting team is working on migrate from swagger to Typespec https://github.com/Azure/azure-rest-api-specs/pull/29467

Currently output folder of generated SDK from typespec is combined by "package-dir" and "service-dir" of "tspconfig.yaml", it is not flexible for some service (e.g. loadtesting) if they want to generate the code into _generated folder like: image