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

How to include orphan models in RLC? #2509

Closed MaryGao closed 5 months ago

MaryGao commented 5 months ago

Face AI has the requirements to add orphan models which will be used in sample codes. Like, https://github.com/Azure/azure-sdk-for-js/blob/73741095d84a8173dbfc60a5b0a8bf912859db1c/sdk/face/ai-vision-face-rest/src/models.ts#L123-L144

I was wondering how we could meet this kind of requirement in RLC?

qiaozha commented 5 months ago

we should not allow this in RLC.