Skip to content

Commit

Permalink
Remove unsupported If-Match header value for Blob Immutability Policy…
Browse files Browse the repository at this point in the history
… operations (#29632)

* Remove references to unsupported If-Match header value

* Update description

* Update etag description

* Update description with double quotes
  • Loading branch information
AbhishekKrishna123 authored Jul 18, 2024
1 parent 260f4f4 commit 5413f57
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
"in": "header",
"required": false,
"type": "string",
"description": "The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied."
"description": "The entity state (ETag) version of the immutability policy to update must be returned to the server for all update operations. The ETag value must include the leading and trailing double quotes as returned by the service."
}
],
"responses": {
Expand Down Expand Up @@ -597,7 +597,7 @@
"in": "header",
"required": false,
"type": "string",
"description": "The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied."
"description": "The entity state (ETag) version of the immutability policy to update must be returned to the server for all update operations. The ETag value must include the leading and trailing double quotes as returned by the service."
}
],
"responses": {
Expand Down Expand Up @@ -650,7 +650,7 @@
"in": "header",
"required": true,
"type": "string",
"description": "The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied."
"description": "The entity state (ETag) version of the immutability policy to update must be returned to the server for all update operations. The ETag value must include the leading and trailing double quotes as returned by the service."
}
],
"responses": {
Expand Down Expand Up @@ -702,7 +702,7 @@
"in": "header",
"required": true,
"type": "string",
"description": "The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied."
"description": "The entity state (ETag) version of the immutability policy to update must be returned to the server for all update operations. The ETag value must include the leading and trailing double quotes as returned by the service."
}
],
"responses": {
Expand Down Expand Up @@ -762,7 +762,7 @@
"in": "header",
"required": true,
"type": "string",
"description": "The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied."
"description": "The entity state (ETag) version of the immutability policy to update must be returned to the server for all update operations. The ETag value must include the leading and trailing double quotes as returned by the service."
}
],
"responses": {
Expand Down

0 comments on commit 5413f57

Please sign in to comment.