Skip to content

Commit 6af58bf

Browse files
authored
remove TagValue (#9830)
1 parent 92d1dc9 commit 6af58bf

File tree

1 file changed

+1
-5
lines changed
  • specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12

1 file changed

+1
-5
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10249,18 +10249,14 @@
1024910249
"type": "object",
1025010250
"required": [
1025110251
"Name",
10252-
"ContainerName",
10253-
"TagValue"
10252+
"ContainerName"
1025410253
],
1025510254
"properties": {
1025610255
"Name": {
1025710256
"type": "string"
1025810257
},
1025910258
"ContainerName": {
1026010259
"type": "string"
10261-
},
10262-
"TagValue": {
10263-
"type": "string"
1026410260
}
1026510261
}
1026610262
},

0 commit comments

Comments
 (0)