Skip to content

Commit

Permalink
Remove regex requirement for PrivateEndpointConnection name (#14177)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimengan committed May 5, 2021
1 parent a7292a4 commit 8c76ee1
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2578,8 +2578,7 @@
"name": {
"readOnly": true,
"type": "string",
"description": "The resource name.",
"pattern": "^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$"
"description": "The resource name."
},
"type": {
"readOnly": true,
Expand Down Expand Up @@ -2638,8 +2637,7 @@
"name": {
"readOnly": true,
"type": "string",
"description": "The resource name.",
"pattern": "^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$"
"description": "The resource name."
},
"type": {
"readOnly": true,
Expand Down

0 comments on commit 8c76ee1

Please sign in to comment.