Skip to content

Commit

Permalink
[Storage][Blob]Blob Versioning Update (#8762)
Browse files Browse the repository at this point in the history
 Undo abortCopyFromURL and pageBlob incrementalCopy
  • Loading branch information
xiafu-msft authored Mar 19, 2020
1 parent 6cd6f02 commit c8af602
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5849,11 +5849,6 @@
"type": "string",
"description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above."
},
"x-ms-version-id": {
"x-ms-client-name": "VersionId",
"type": "string",
"description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob."
},
"Date": {
"type": "string",
"format": "date-time-rfc1123",
Expand Down Expand Up @@ -7667,11 +7662,6 @@
"type": "string",
"description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above."
},
"x-ms-version-id": {
"x-ms-client-name": "VersionId",
"type": "string",
"description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob."
},
"Date": {
"type": "string",
"format": "date-time-rfc1123",
Expand Down

0 comments on commit c8af602

Please sign in to comment.