Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
112 stars 172 forks source link

[enhancement required] The REST API spec breaking changes detection need to be enhanced in typespec conversion. #8617

Open josefree opened 1 month ago

josefree commented 1 month ago

Take https://github.com/Azure/azure-rest-api-specs/pull/28023 for example. After the pull request being merged, service team approached to release SDKs. However, per manual review, there were multiple REST API breaking changes introduced after the team converted to using TypeSpec. Some of them were unintentional. More details can be found here. The issue is created to drive improvements of REST API spec breaking change detection prior to the program of TypeSpec Brownfields Conversion in execution.

tjprescott commented 1 month ago

cc @johanste

josefree commented 1 month ago

cc @raych1

josefree commented 1 month ago

a related ask https://github.com/Azure/azure-sdk-tools/issues/8656