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 patch lro in modular #2314

Open MaryGao opened 4 months ago

deyaaeldeen commented 4 months ago

Could you explain what is the issue about, with an example perhaps?

MaryGao commented 3 weeks ago

There is some issues with getLroMetadata for PATCH method from TypeSpec. It seems the issues are resolved and we need to remove these hard-codes.