Skip to content

Commit bf2050f

Browse files
authored
Add deprecation notice and recommend TypeSpec (#5176)
Added deprecation notice for AutoRest and recommended replacement.
1 parent f57d282 commit bf2050f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

readme.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# <img align="center" src="./docs/images/logo.png"> AutoRest
1+
# ⚠️ Deprecation Notice
2+
3+
**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
216

317
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.
418

@@ -76,9 +90,6 @@ The **AutoRest** tool generates client libraries for accessing RESTful web servi
7690
[oai2-to-oai3_chg]: packages/libs/oai2-to-oai3/CHANGELOG.md
7791
[jsonschema_chg]: packages/libs/jsonschema/CHANGELOG.md
7892

79-
## Support Policy
80-
81-
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)
8293

8394
## Getting Started using AutoRest ![image](./docs/images/normal.png)
8495

0 commit comments

Comments
 (0)