Azure / autorest.typescript

Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177 stars 73 forks source link

Support client-level parameter in general for modular #2618

Open MaryGao opened 1 week ago

MaryGao commented 1 week ago

In this issue https://github.com/Azure/autorest.typescript/issues/2348 we hard-coded logic for client-level parameter for subscriptionId in ARM. I think we also need to support this in a more general way.

### Tasks
- [ ] https://github.com/Azure/autorest.typescript/issues/2607