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 5ff60da13b53..b06d35516616 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 @@ -6125,9 +6125,6 @@ }, { "$ref": "#/parameters/BlobTagsHeader" - }, - { - "$ref": "#/parameters/SealBlob" } ], "responses": { @@ -9651,7 +9648,8 @@ "type": "string", "format": "date-time-rfc1123" }, - "IsSealed": { + "Sealed": { + "x-ms-client-name": "IsSealed", "type": "boolean" }, "RehydratePriority": { diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json index 68670445c4ed..a3ee1d9f74a0 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json @@ -6125,9 +6125,6 @@ }, { "$ref": "#/parameters/BlobTagsHeader" - }, - { - "$ref": "#/parameters/SealBlob" } ], "responses": { @@ -9651,7 +9648,8 @@ "type": "string", "format": "date-time-rfc1123" }, - "IsSealed": { + "Sealed": { + "x-ms-client-name": "IsSealed", "type": "boolean" }, "RehydratePriority": {