Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
111 stars 176 forks source link

[SDK ask] we should force typespec conversion without vertical changes #8656

Open josefree opened 2 months ago

josefree commented 2 months ago

For vertical change definition, refer to TypeSpec Brownfields Conversion (Specification). We should ensure no vertical changes when brownfield service is working on TypeSpec conversion, by ensure

  1. The TypeSpec conversion should be implemented in the latest stable version. This means that the latest stable version needs to be rewritten using TypeSpec.
  2. The rewritten of the latest stable version should introduce no functional breaking changes.
josefree commented 2 months ago

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