From b438ecb23e85feb1c841062ea5a9607803a5af41 Mon Sep 17 00:00:00 2001 From: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com> Date: Fri, 12 Jun 2020 11:22:04 -0700 Subject: [PATCH] Revert "remove TagValue (#9830)" This reverts commit 6af58bf7a09774c77da07cf2ae574c2270ca14a0. --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 205911a72786..839bba3b7e75 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 @@ -10249,7 +10249,8 @@ "type": "object", "required": [ "Name", - "ContainerName" + "ContainerName", + "TagValue" ], "properties": { "Name": { @@ -10257,6 +10258,9 @@ }, "ContainerName": { "type": "string" + }, + "TagValue": { + "type": "string" } } },