Skip to content

Commit c9fd307

Browse files
subhrobsubhrob
andauthored
Remove pattern restrictions not to break downstream clients (#24185)
Co-authored-by: subhrob <[email protected]>
1 parent 66a59c9 commit c9fd307

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,7 @@
419419
"in": "path",
420420
"description": "The name of the failover group.",
421421
"required": true,
422-
"type": "string",
423-
"pattern": "^[a-z][a-z0-9]*$",
424-
"minLength": 3,
425-
"maxLength": 63
422+
"type": "string"
426423
},
427424
{
428425
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
@@ -695,9 +692,6 @@
695692
"description": "The name of the server.",
696693
"required": true,
697694
"type": "string",
698-
"pattern": "^[a-z][a-z0-9]*$",
699-
"minLength": 3,
700-
"maxLength": 63,
701695
"x-ms-parameter-location": "method"
702696
}
703697
},

0 commit comments

Comments
 (0)