From b7133e0d600998d7e0814bb5983c1038d9e0e64c Mon Sep 17 00:00:00 2001 From: Stuart Konen Date: Mon, 25 Feb 2019 12:23:33 -0800 Subject: [PATCH] Updating Blueprint spec to include resource group tags --- .../2018-11-01-preview/blueprintDefinition.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json index 9e3930acada0..99f4bb5b87c3 100644 --- a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json +++ b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json @@ -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.",