From e7266df9b7e907925a34cb6eed93fc5806a39b9d Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Tue, 14 Apr 2020 12:10:21 -0700 Subject: [PATCH] More Append Seal stuff --- .../preview/2019-12-12/blob.json | 26 ++++++++++++++++--- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index f35d483681c9..89b4b7a9feeb 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -3163,7 +3163,7 @@ "description": "The number of tags associated with the blob" }, "x-ms-blob-sealed": { - "x-ms-client-name": "BlobSealed", + "x-ms-client-name": "IsSealed", "type": "boolean", "description": "If this blob has been sealed" } @@ -3391,7 +3391,7 @@ "description": "The number of tags associated with the blob" }, "x-ms-blob-sealed": { - "x-ms-client-name": "BlobSealed", + "x-ms-client-name": "IsSealed", "type": "boolean", "description": "If this blob has been sealed" } @@ -3712,7 +3712,7 @@ "description": "The number of tags associated with the blob" }, "x-ms-blob-sealed": { - "x-ms-client-name": "BlobSealed", + "x-ms-client-name": "IsSealed", "type": "boolean", "description": "If this blob has been sealed" } @@ -5803,6 +5803,9 @@ }, { "$ref": "#/parameters/BlobTagsHeader" + }, + { + "$ref": "#/parameters/SealBlob" } ], "responses": { @@ -5940,6 +5943,9 @@ }, { "$ref": "#/parameters/BlobTagsHeader" + }, + { + "$ref": "#/parameters/SealBlob" } ], "responses": { @@ -8355,7 +8361,7 @@ "description": "UTC date/time value generated by the service that indicates the time at which the response was initiated" }, "x-ms-blob-sealed": { - "x-ms-client-name": "BlobSealed", + "x-ms-client-name": "IsSealed", "type": "boolean", "description": "If this blob has been sealed" } @@ -9415,6 +9421,9 @@ "AccessTierChangeTime": { "type": "string", "format": "date-time-rfc1123" + }, + "IsSealed": { + "type": "boolean" } } }, @@ -11482,6 +11491,15 @@ "x-ms-parameter-location": "method", "description": "The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer." }, + "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." + }, "SourceContentMD5": { "name": "x-ms-source-content-md5", "x-ms-client-name": "sourceContentMD5",