You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**AutoRest is deprecated and will be retired on July 1, 2026.**
4
+
5
+
AutoRest is no longer under active development. No new features, language generators, or plugins will be added.
6
+
7
+
### ✅ Recommended replacement: TypeSpec
8
+
9
+
The recommended successor to AutoRest is **[TypeSpec](https://typespec.io/)** — a modern, actively developed API description language and code generation platform.
10
+
11
+
12
+
### 📌 Deprecation tracking issue for more details: https://github.com/Azure/autorest/issues/5175
13
+
14
+
15
+
## AutoRest
2
16
3
17
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](https://github.com/OAI/OpenAPI-Specification) format.
4
18
@@ -76,9 +90,6 @@ The **AutoRest** tool generates client libraries for accessing RESTful web servi
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](https://github.com/Azure/autorest/issues)
82
93
83
94
## Getting Started using AutoRest 
0 commit comments