Skip to content

Commit 0cc5a06

Browse files
authored
Adding value array to Tag. (#12555)
1 parent fdb32f2 commit 0cc5a06

File tree

1 file changed

+7
-0
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01

1 file changed

+7
-0
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3824,6 +3824,13 @@
38243824
"key": {
38253825
"description": "Tag key.",
38263826
"type": "string"
3827+
},
3828+
"value": {
3829+
"description": "Tag values.",
3830+
"type": "array",
3831+
"items": {
3832+
"type": "string"
3833+
}
38273834
}
38283835
}
38293836
},

0 commit comments

Comments
 (0)