Azure / autorest

OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
MIT License
4.54k stars 728 forks source link

[openapi-to-typespec] Replace `@projectedName` with `@encodedName` #4942

Closed catalinaperalta closed 2 months ago

catalinaperalta commented 2 months ago

Typespec Validation now rejects the use of the @projectedName decorator since it has been deprecated. The converter should output @encodedName instead.

cc @joheredi

tadelesh commented 2 months ago

This has been addressed in https://github.com/Azure/autorest/pull/4885. Please use the latest version.