OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
Перейти к файлу
Pan Shao 812da7888f
Upgrade tsp to 0.58 (#4998)
Upgrade tsp version of converter to 0.58

Uptake changes from 

- https://github.com/Azure/typespec-azure/issues/709

1. For brownfield: add flag `arm-resource-flattening`, add
`@@flattenProperty` to properties if needed, direct use of
Azure.ResourceManager.XXXResource allows us not need
`x-ms-client-flatten` any more.
2. For greenfield: no flag `arm-resource-flattening`, no
`@@flattenProperty`

- https://github.com/Azure/typespec-azure/issues/862

Remove all the workaround for Azure.ResourceManager.XXXResource.

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
2024-08-12 12:48:40 +08:00
.github
.vscode
Samples
common Upgrade tsp to 0.58 (#4998) 2024-08-12 12:48:40 +08:00
docker
docs
eng Remove unused macos references (#4978) 2024-07-19 11:27:17 -07:00
packages Upgrade tsp to 0.58 (#4998) 2024-08-12 12:48:40 +08:00
regression-tests
schemas
.default-eslintrc.yaml
.editorconfig
.eslintignore
.gitattributes
.gitignore
.istanbul.yml
.prettierignore
.prettierrc.yml
CONTRIBUTING.md
LICENSE
SECURITY.md
cspell.yaml
jest.default.config.js
labels.yml
markdown-link-check-config.json
readme.md
rush.json
tsconfig.base.json
tsconfig.json
tsconfig.ws.json

readme.md

AutoRest

The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is a spec that describes the REST API using the OpenAPI Specification format.

Release notes

Packages

Name Changelog Latest Next
Core functionality
autorest Changelog
@autorest/core Changelog
@autorest/modelerfour Changelog
Language generators
@autorest/csharp Changelog
@autorest/go Changelog
@autorest/java Changelog
@autorest/powershell Changelog
@autorest/python Changelog
@autorest/swift Changelog
@autorest/typescript Changelog
Internal packages
@autorest/codemodel Changelog
@autorest/common Changelog
@autorest/configuration Changelog
@autorest/extension-base Changelog
@azure-tools/extension Changelog
@azure-tools/codegen Changelog
@azure-tools/openapi Changelog
@azure-tools/deduplication Changelog
@azure-tools/datastore Changelog
@azure-tools/oai2-to-oai3 Changelog
@azure-tools/jsonschema Changelog

Support Policy

AutoRest is an open source tool -- if you need assistance, first check the documentation. If you find a bug or need some help, feel free to submit an issue

Getting Started using AutoRest image

View our docs readme as a starting point to find both general information and language-generator specific information

Contributing

Contributing guide

Check our internal developer docs to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Autorest.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.