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

[Epic] generate modular samples and tests from TypeSpec #2319

Open MaryGao opened 6 months ago

MaryGao commented 6 months ago

Has dependencies with TCGC https://github.com/Azure/typespec-azure/issues/396

### Parity with existing tooling in Track2
- [ ] https://github.com/Azure/autorest.typescript/issues/2539
- [ ] https://github.com/Azure/autorest.typescript/issues/2354
### New functionality with no Management Plane RLC in GA
- [ ] https://github.com/Azure/autorest.typescript/issues/2538
### New functionality
- [ ] https://github.com/Azure/autorest.typescript/issues/2540
- [ ] https://github.com/Azure/autorest.typescript/issues/2541
- [ ] https://github.com/Azure/autorest.typescript/issues/2542
- [ ] https://github.com/Azure/autorest.typescript/issues/2543
qiaozha commented 3 months ago

@MaryGao Should we consider generate hero scenario samples and tests for both RLC and Modular in this epic?