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

[DPG] Shared Models in case of Multi-Client and Multi-Endpoint #1892

Open qiaozha opened 1 year ago

qiaozha commented 1 year ago

There are cases where we can have shared models in different sub clients, we will need to figure out a way to indentify those shared models, will need to work in the TCGC to get the information I need first.

Pending on #https://github.com/Azure/typespec-azure/issues/3035

qiaozha commented 1 year ago

Should consider serialize/deserial utils for shared models in multi-client and multi-endpoint scenario.