Open
Description
We have some swaggers that are missing x-ms-enum
extension. For instance, this:
In code generation, a code-name with number will be given to this enum type (for instance
Enum47
), and during the update of the swaggers, this code-name might change and cause unnecessary breaking changes.
Related issue: Azure/autorest.go#571