diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json index f50520e783d6..7c442d46f856 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json @@ -8664,7 +8664,12 @@ "UnauthorizedBlobOverwrite", "BlobBeingRehydrated", "BlobArchived", - "BlobNotArchived" + "BlobNotArchived", + "AuthorizationSourceIPMismatch", + "AuthorizationProtocolMismatch", + "AuthorizationPermissionMismatch", + "AuthorizationServiceMismatch", + "AuthorizationResourceTypeMismatch" ], "x-ms-enum": { "name": "StorageErrorCode", diff --git a/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-02-02/file.json b/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-02-02/file.json index 8f7e1908ee1a..90b4fc85f23b 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-02-02/file.json +++ b/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-02-02/file.json @@ -3525,7 +3525,13 @@ "ShareSnapshotCountExceeded", "ShareSnapshotOperationNotSupported", "ShareHasSnapshots", - "ContainerQuotaDowngradeNotAllowed" + "ContainerQuotaDowngradeNotAllowed", + "AuthorizationSourceIPMismatch", + "AuthorizationProtocolMismatch", + "AuthorizationPermissionMismatch", + "AuthorizationServiceMismatch", + "AuthorizationResourceTypeMismatch", + "FeatureVersionMismatch" ], "x-ms-enum": { "name": "StorageErrorCode", diff --git a/specification/storage/data-plane/Microsoft.QueueStorage/preview/2018-03-28/queue.json b/specification/storage/data-plane/Microsoft.QueueStorage/preview/2018-03-28/queue.json index 35feb8a083b6..b9c3bc1934f0 100644 --- a/specification/storage/data-plane/Microsoft.QueueStorage/preview/2018-03-28/queue.json +++ b/specification/storage/data-plane/Microsoft.QueueStorage/preview/2018-03-28/queue.json @@ -1246,7 +1246,13 @@ "QueueBeingDeleted", "QueueDisabled", "QueueNotEmpty", - "QueueNotFound" + "QueueNotFound", + "AuthorizationSourceIPMismatch", + "AuthorizationProtocolMismatch", + "AuthorizationPermissionMismatch", + "AuthorizationServiceMismatch", + "AuthorizationResourceTypeMismatch", + "FeatureVersionMismatch" ], "x-ms-enum": { "name": "StorageErrorCode",