You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In common.json, CorsRule.allowedMethods had the x-ms-enum extension added to control the name and not rely on an auto-generated one. This resulted in a different name from the previous API version which didn't have the x-ms-enum extension.
The following PR introduced a new API version for storage (control-plane).
Azure/azure-rest-api-specs#19357
In
common.json
,CorsRule.allowedMethods
had thex-ms-enum
extension added to control the name and not rely on an auto-generated one. This resulted in a different name from the previous API version which didn't have thex-ms-enum
extension.https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/resource-manager/Microsoft.Storage/stable/2021-09-01/common.json#L32
This was not flagged as a cross-API version breaking change when it should have been.
CC @mikekistler
The text was updated successfully, but these errors were encountered: