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

[RLC] Support for new TypeSpec multipart capabilities #2568

Open timovv opened 3 weeks ago

timovv commented 3 weeks ago

Update RLC multipart/form-data implementation to add support for new TypeSpec capabilities introduced in https://github.com/microsoft/typespec/issues/3046. This includes:

Among other things TBD

qiaozha commented 3 weeks ago

@timovv can you also help take a look at the tcgc pr for https://github.com/Azure/typespec-azure/pull/987 mfd api ?

I think for RLC, it's fine, but for Modular, we need to consider to use the api? probably just make sure everything we need is there.