From 67457b7011b293b47d4a360beb202a7984d0e5c7 Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Thu, 10 Jun 2021 19:10:32 -0700 Subject: [PATCH] Resource group name fix (#14697) * remove name validation from client side * remove name check from deploymentScripts swagger * remove name check from previous swagger versions * remove pattern from resourcegroupname parameter * remove resource group name validation from swagger --- specification/common-types/resource-management/v1/types.json | 1 - specification/common-types/resource-management/v2/types.json | 1 - 2 files changed, 2 deletions(-) diff --git a/specification/common-types/resource-management/v1/types.json b/specification/common-types/resource-management/v1/types.json index c85c6a77693a..bf35ea6116c8 100644 --- a/specification/common-types/resource-management/v1/types.json +++ b/specification/common-types/resource-management/v1/types.json @@ -550,7 +550,6 @@ "required": true, "type": "string", "description": "The name of the resource group. The name is case insensitive.", - "pattern": "^[-\\w\\._\\(\\)]+$", "minLength": 1, "maxLength": 90, "x-ms-parameter-location": "method" diff --git a/specification/common-types/resource-management/v2/types.json b/specification/common-types/resource-management/v2/types.json index b883e5c7a7f0..e7e871a7a89d 100644 --- a/specification/common-types/resource-management/v2/types.json +++ b/specification/common-types/resource-management/v2/types.json @@ -647,7 +647,6 @@ "required": true, "type": "string", "description": "The name of the resource group. The name is case insensitive.", - "pattern": "^[-\\w\\._\\(\\)]+$", "minLength": 1, "maxLength": 90, "x-ms-parameter-location": "method"