From 773581c3a2be72522eb2bc770800bbef994454d3 Mon Sep 17 00:00:00 2001 From: tfitzmac Date: Fri, 19 Oct 2018 14:15:06 -0700 Subject: [PATCH 1/2] added to description of allowed characters for resource group name --- .../Microsoft.Resources/stable/2018-05-01/resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json index 59f7d6482884..17a2ac7596d1 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json @@ -1022,7 +1022,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the resource group to create or update.", + "description": "The name of the resource group to create or update. Can include alphanumeric, underscore, parentheses, hyphen, period (except at end), and Unicode characters that match the regular expression pattern.", "pattern": "^[-\\w\\._\\(\\)]+$", "minLength": 1, "maxLength": 90 From 3d920ef4d7524961f809597d3f47f70cfce462ef Mon Sep 17 00:00:00 2001 From: Tom FitzMacken Date: Fri, 19 Oct 2018 16:57:23 -0700 Subject: [PATCH 2/2] changed description --- .../Microsoft.Resources/stable/2018-05-01/resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json index 17a2ac7596d1..aeffab711b42 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json @@ -1022,7 +1022,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the resource group to create or update. Can include alphanumeric, underscore, parentheses, hyphen, period (except at end), and Unicode characters that match the regular expression pattern.", + "description": "The name of the resource group to create or update. Can include alphanumeric, underscore, parentheses, hyphen, period (except at end), and Unicode characters that match the allowed characters.", "pattern": "^[-\\w\\._\\(\\)]+$", "minLength": 1, "maxLength": 90