Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6125,9 +6125,6 @@
},
{
"$ref": "#/parameters/BlobTagsHeader"
},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to do make these changes for 74

{
"$ref": "#/parameters/SealBlob"
}
],
"responses": {
Expand Down Expand Up @@ -9651,7 +9648,8 @@
"type": "string",
"format": "date-time-rfc1123"
},
"IsSealed": {
"Sealed": {
"x-ms-client-name": "IsSealed",
"type": "boolean"
},
"RehydratePriority": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6125,9 +6125,6 @@
},
{
"$ref": "#/parameters/BlobTagsHeader"
},
{
"$ref": "#/parameters/SealBlob"
Copy link
Contributor

@xiafu-msft xiafu-msft Jul 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we also want to remove SealBlob?

"SealBlob": {
"name": "x-ms-seal-blob",
"x-ms-client-name": "SealBlob",
"in": "header",
"required": false,
"type": "boolean",
"x-ms-parameter-location": "method",
"description": "Overrides the sealed state of the destination blob. Service version 2019-12-12 and newer."
},

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, seal blob is used in some other APIs still

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right!!!

}
],
"responses": {
Expand Down Expand Up @@ -9651,7 +9648,8 @@
"type": "string",
"format": "date-time-rfc1123"
},
"IsSealed": {
"Sealed": {
"x-ms-client-name": "IsSealed",
"type": "boolean"
},
"RehydratePriority": {
Expand Down