Skip to content

Commit

Permalink
Adding SAS Error Codes (#7322)
Browse files Browse the repository at this point in the history
  • Loading branch information
amnguye authored Sep 25, 2019
1 parent 4ecb28a commit ab914bf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8664,7 +8664,12 @@
"UnauthorizedBlobOverwrite",
"BlobBeingRehydrated",
"BlobArchived",
"BlobNotArchived"
"BlobNotArchived",
"AuthorizationSourceIPMismatch",
"AuthorizationProtocolMismatch",
"AuthorizationPermissionMismatch",
"AuthorizationServiceMismatch",
"AuthorizationResourceTypeMismatch"
],
"x-ms-enum": {
"name": "StorageErrorCode",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3525,7 +3525,13 @@
"ShareSnapshotCountExceeded",
"ShareSnapshotOperationNotSupported",
"ShareHasSnapshots",
"ContainerQuotaDowngradeNotAllowed"
"ContainerQuotaDowngradeNotAllowed",
"AuthorizationSourceIPMismatch",
"AuthorizationProtocolMismatch",
"AuthorizationPermissionMismatch",
"AuthorizationServiceMismatch",
"AuthorizationResourceTypeMismatch",
"FeatureVersionMismatch"
],
"x-ms-enum": {
"name": "StorageErrorCode",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,13 @@
"QueueBeingDeleted",
"QueueDisabled",
"QueueNotEmpty",
"QueueNotFound"
"QueueNotFound",
"AuthorizationSourceIPMismatch",
"AuthorizationProtocolMismatch",
"AuthorizationPermissionMismatch",
"AuthorizationServiceMismatch",
"AuthorizationResourceTypeMismatch",
"FeatureVersionMismatch"
],
"x-ms-enum": {
"name": "StorageErrorCode",
Expand Down

0 comments on commit ab914bf

Please sign in to comment.