Skip to content

Commit

Permalink
Updating Blueprint spec to include resource group tags (#5263)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartko authored and jianghaolu committed Feb 27, 2019
1 parent f8dd2a9 commit 6522a1a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1205,9 +1205,21 @@
"type": "string",
"description": "Name of peer artifact."
}
},
"tags": {
"description": "Tags to be assigned to this resource group.",
"$ref": "#/definitions/ResourceGroupTagCollection"
}
}
},
"ResourceGroupTagCollection": {
"description": "A dictionary of resource group tag values.",
"type": "object",
"properties": {},
"additionalProperties": {
"type": "string"
}
},
"ParameterDefinitionMetadata": {
"type": "object",
"description": "User-friendly properties for this parameter.",
Expand Down

0 comments on commit 6522a1a

Please sign in to comment.