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 75 forks source link

[CodeGen] Add a way to hide operations #2119

Open qiaozha opened 10 months ago

qiaozha commented 10 months ago

@deyaaeldeen Could you help provide more context here ? Thank you.

deyaaeldeen commented 10 months ago

This feature is needed to temporarily hide operations that the code generator wont generate compiling code for. Ideally such feature is not needed if all generated code compiles but some time this is not always the case and the feature crew views it as a pragmatic solution to get unblocked until the code generator is fixed.

We had a discussion with @lmazuel and the team yesterday and we got unblocked for now so this is no longer a priority.