From 157ca01cf123e5fc7c5f8bc0a2b2d3bb3068e415 Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Fri, 10 Jul 2020 13:50:35 -0700 Subject: [PATCH 1/3] removed source if tags from start copy from url --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 3 --- .../Microsoft.BlobStorage/preview/2020-02-10/blob.json | 3 --- 2 files changed, 6 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 a09dae634157..5ff60da13b53 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 @@ -5953,9 +5953,6 @@ { "$ref": "#/parameters/SourceIfNoneMatch" }, - { - "$ref": "#/parameters/SourceIfTags" - }, { "$ref": "#/parameters/IfModifiedSince" }, 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 0033c31e7ccc..68670445c4ed 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 @@ -5953,9 +5953,6 @@ { "$ref": "#/parameters/SourceIfNoneMatch" }, - { - "$ref": "#/parameters/SourceIfTags" - }, { "$ref": "#/parameters/IfModifiedSince" }, From 7ea382d7060511d0b397273757de133bcf06687e Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Mon, 20 Jul 2020 10:04:58 -0700 Subject: [PATCH 2/3] Added seal blob changes --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 6 ++---- 1 file changed, 2 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 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": { From 9ef4535351b826bccf3deb6d35964ad10e7e3c69 Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Mon, 20 Jul 2020 10:10:58 -0700 Subject: [PATCH 3/3] made changes to seal blob for 74 --- .../Microsoft.BlobStorage/preview/2020-02-10/blob.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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": {