Skip to content

Commit

Permalink
Revert "remove TagValue (#9830)"
Browse files Browse the repository at this point in the history
This reverts commit 6af58bf.
  • Loading branch information
kasobol-msft committed Jun 12, 2020
1 parent 6af58bf commit b438ecb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10249,14 +10249,18 @@
"type": "object",
"required": [
"Name",
"ContainerName"
"ContainerName",
"TagValue"
],
"properties": {
"Name": {
"type": "string"
},
"ContainerName": {
"type": "string"
},
"TagValue": {
"type": "string"
}
}
},
Expand Down

0 comments on commit b438ecb

Please sign in to comment.