We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a59c9 commit c9fd307Copy full SHA for c9fd307
specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json
@@ -419,10 +419,7 @@
419
"in": "path",
420
"description": "The name of the failover group.",
421
"required": true,
422
- "type": "string",
423
- "pattern": "^[a-z][a-z0-9]*$",
424
- "minLength": 3,
425
- "maxLength": 63
+ "type": "string"
426
},
427
{
428
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
@@ -695,9 +692,6 @@
695
692
"description": "The name of the server.",
696
693
697
694
"type": "string",
698
699
700
- "maxLength": 63,
701
"x-ms-parameter-location": "method"
702
}
703
0 commit comments