autorest.typescript icon indicating copy to clipboard operation
autorest.typescript copied to clipboard

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.

Results 378 autorest.typescript issues
Sort by recently updated
recently updated
newest added

All Tier-1 language DPG generators will fail generation if a doc tag is missing or empty, rather than generating documentation to fill in the gaps. And this would should be...

Client
RLC
DPG/RLC v2.0b2
Epic: Version resiliency and multiapi
WS: Code Generation

DPG/RLC v2.0b1
AugustMVP
DPG/RLC August MVP

We have RLC integration testing for binary type : https://github.com/Azure/autorest.typescript/blob/main/packages/autorest.typescript/test/rlcIntegration/bodyFormDataRest.spec.ts. However if we upgrade @azure-rest/core-client to the latest GA or dev one we will meet below issue: ``` TSError: ⨯...

RLC
DPG/RLC August MVP

including models with enum properties models with optional attributes models with nullable properties models with read-only properties models with client default value properties models with constant values properties

RLC
DPG/RLC v2.0b1
DPG/RLC August MVP

This item includes the following tasks: - [ ] Build the test framework to support cadl-ranch https://github.com/Azure/cadl-ranch - [ ] Implement test cases for different scenarios of CADL input. -...

RLC
DPG/RLC v2.0b1
DPG/RLC August MVP

When I generated samples in customerinsights , it occured an error message like this: ![image](https://user-images.githubusercontent.com/98569699/182772415-d641d0bf-2bbd-4f6f-8ba6-d61b14e726b8.png) This error may have happened here:https://github.com/Azure/azure-rest-api-specs/blob/e4400c42d2adf0545578414a1b07d2bdca61bfe8/specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/examples/ViewsCreateOrUpdate.json And the same message in appinsights: ![image](https://user-images.githubusercontent.com/98569699/182772522-d2d297c6-73b8-4bf4-a82a-d35bb6a84256.png) This error...

Mgmt

While it won't be called x-ms-skip-url-encoding in CADL, once https://github.com/microsoft/cadl/issues/851 is fixed we need to add that support in the language emitter. Epic: https://github.com/Azure/cadl-azure/issues/1942 CADL Blocking: https://github.com/microsoft/cadl/issues/851

Client
RLC
DPG/RLC v2.0b2
Epic: Parity with DPG 1.0
WS: Code Generation