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

Client options naming gaps and no $host parameter between HLC and modular #2633

Open MaryGao opened 1 week ago

MaryGao commented 1 week ago

There are two gaps for client options

Regarding item 1 I prefer to mitigate this gap. Regarding item 2 after checking we found the $host parameter has no usage in client side or core side so I prefer to accept this breaking.

MaryGao commented 1 week ago

/cc @joheredi @qiaozha