Skip to content

Commit

Permalink
Added missing error code (#10744)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored Sep 9, 2020
1 parent fe47048 commit f7425b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8631,6 +8631,7 @@
"UnsupportedHttpVerb",
"AppendPositionConditionNotMet",
"BlobAlreadyExists",
"BlobImmutableDueToPolicy",
"BlobNotFound",
"BlobOverwritten",
"BlobTierInadequateForContentLength",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8774,6 +8774,7 @@
"UnsupportedHttpVerb",
"AppendPositionConditionNotMet",
"BlobAlreadyExists",
"BlobImmutableDueToPolicy",
"BlobNotFound",
"BlobOverwritten",
"BlobTierInadequateForContentLength",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10198,6 +10198,7 @@
"UnsupportedHttpVerb",
"AppendPositionConditionNotMet",
"BlobAlreadyExists",
"BlobImmutableDueToPolicy",
"BlobNotFound",
"BlobOverwritten",
"BlobTierInadequateForContentLength",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10267,6 +10267,7 @@
"UnsupportedHttpVerb",
"AppendPositionConditionNotMet",
"BlobAlreadyExists",
"BlobImmutableDueToPolicy",
"BlobNotFound",
"BlobOverwritten",
"BlobTierInadequateForContentLength",
Expand Down

0 comments on commit f7425b8

Please sign in to comment.