Azure / autorest
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing Azure/autorest in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewā ļø Deprecation Notice **AutoRest is deprecated and will be retired on July 1, 2026.** AutoRest is no longer under active development. No new features, language generators, or plugins will be added. ā Recommended replacement: TypeSpec The recommended successor to AutoRest is **TypeSpec** ā a modern, actively developed API description language and code generation platform. š Deprecation tracking issue for more details: https://github.com/Azure/autorest/issues/5175 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][autorest_src] | [Changelog][autorest_chg] | | | | [@autorest/core][core_src] | [Changelog][core_chg] | | | | [@autorest/modelerfour][modelerfour_src] | [Changelog][modelerfour_chg] | | | | Language generators | | [@autorest/csharp][csharp_src] | [Changelog][csharp_chg] | | | | [@autorest/go][go_src] | [Changelog][go_chg] | | | | [@autorest/java][java_src] | [Changelog][java_chg] | | | | [@autorest/powershell][powershell_src] | [Changelog][powershell_chg] | | | | [@autorest/python][python_src] | [Changelog][python_chg] | | | | [@autorest/swift][swift_src] | [Changelog][swift_chg] | | | | [@autorest/typescript][typescript_src] | [Changelog][typescript_chg] | | | | Internal packages | | [@autorest/codemodel][codemodel_src] | [Changelog][codemodel_chg] | | | | [@autorest/common][common_src] | [Changelog][common_chg] | | | | [@autorest/configuration][configuration_src] | [Changelog][configuration_chg] | | | | [@autorest/extension-base][extension_base_src] | [Changelog][extension_base_chg] | | | | [@azure-tools/extension][extension_src] | [Changelog][extension_chg] | | | | [@azure-tools/codegen][codegen_src] | [Changelog][codemodel_chg] | | | | [@azure-tools/openapi][openapi_src] | [Changelog][openapi_chg] | | | | [@azure-tools/deduplication][deduplication_src] | [Changelog][deduplication_chg] | | | | [@azure-tools/datastore][datastore_src] | [Changelog][datastore_chg] | | | | [@azure-tools/oai2-to-oai3][oai2-to-oai3_src] | [Changelog][oai2-to-oai3_chg] | | | | [@azure-tools/jsonschema][jsonschema_src] | [Changelog][jsonschema_chg] | | | [autorest_src]: packages/apps/autorest [core_src]: packages/extensions/core [modelerfour_src]: packages/extensions/modelerfour [csharp_src]: https://github.com/Azure/autorest.csharp [python_src]: https://github.com/Azure/autorest.python [go_src]: https://github.com/Azure/autorest.go [java_src]: https://github.com/Azure/autorest.java [swift_src]: https://github.com/Azure/autorest.swift [typescript_src]: https://github.com/Azure/autorest.typescript [powershell_src]: https://github.com/Azure/autorest.powershell [codemodel_src]: packages/libs/codemodel [common_src]: packages/libs/common [configuration_src]: packages/libs/configuration [extension_base_src]: packages/libs/extension-base [oai2-to-oai3_src]: packages/libs/oai2-to-oai3_src [extension_src]: packages/libs/extension [codegen_src]: packages/libs/codegen [openapi_src]: packages/libs/openapi [deduplication_src]: packages/libs/deduplication [datastore_src]: packages/libs/datastore [jsonschema_src]: packages/libs/oai2-to-oai3 [autorest_chg]: packages/apps/autorest/CHANGELOG.md [core_chg]: packages/extensions/core/CHANGELOG.md [modelerfour_chg]: packages/extensions/modelerfour/CHANGELOG.md [csharp_chg]: https://github.com/Azure/autorest.csharp [python_chg]: https://github.com/Azure/autorest.python/blob/main/packages/autorest.python/ChangeLog.md [go_chg]: https://github.com/Azure/autorest.go [java_chg]: https://github.com/Azure/autorest.java/releases [swift_chg]: https://github.com/Azure/autorest.swift [typescript_chg]: https://github.com/Azure/autorest.typescript [powershell_chg]: https://github.com/Azure/autorest.powershell/releases [codemodel_chg]: packages/libs/codemodel/CHANGELOG.md [common_chg]: packages/libs/common/CHANGELOG.md [configuration_chg]: packages/libs/configuration/CHANGELOG.md [extension_base_chg]: packages/libs/extension-base/CHANGELOG.md [extension_chg]: packages/libs/extension/CHANGELOG.md [codegen_chg]: packages/libs/codegen/CHANGELOG.md [openapi_chg]: packages/libs/openapi/CHANGELOG.md [deduplication_chg]: packages/libs/deduplication/CHANGELOG.md [datastore_chg]: packages/libs/datastore/CHANGELOG.md [oai2-to-oai3_chg]: packages/libs/oai2-to-oai3/CHANGELOG.md [jsonschema_chg]: packages/libs/jsonschema/CHANGELOG.md Getting Started using AutoRest View our [docs readme][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. [docs_readme]: docs/readme.md