Skip to content

Commit

Permalink
Remove pattern restrictions not to break downstream clients (#24185)
Browse files Browse the repository at this point in the history
Co-authored-by: subhrob <[email protected]>
  • Loading branch information
subhrob and subhrob authored May 26, 2023
1 parent 66a59c9 commit c9fd307
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
},
Expand Down

0 comments on commit c9fd307

Please sign in to comment.