diff --git a/CODEOWNERS b/CODEOWNERS index 233fcda3821a..979662981e05 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -219,7 +219,7 @@ /specification/servicefabric/ @juhacket @samedder # PRLabel: %SQL -/specification/sql/ @jamestao @ericshape +/specification/sql/ @jamestao @ericshape @jeremyfrosti # PRLabel: %Storage /specification/storage/ @jasonyang-msft diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json index 314f4d423699..affa3cfe70b2 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json @@ -419,10 +419,7 @@ "in": "path", "description": "The name of the failover group.", "required": true, - "type": "string", - "pattern": "^[a-z][a-z0-9]*$", - "minLength": 3, - "maxLength": 63 + "type": "string" }, { "$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter" @@ -695,9 +692,6 @@ "description": "The name of the server.", "required": true, "type": "string", - "pattern": "^[a-z][a-z0-9]*$", - "minLength": 3, - "maxLength": 63, "x-ms-parameter-location": "method" } },