Azure / autorest.python

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

support naming optimization for snake case #2636

Open msyyc opened 3 weeks ago

msyyc commented 3 weeks ago

modeler support language configures specific naming rule like: image

It is better that TCGC could support it, too. Otherwise there are unexpected breakings caused by naming change after migrate from Swagger to Typespec:

image