Skip to content

Commit

Permalink
Remove regex requirement for PrivateEndpointConnection name (Azure#14177
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nimengan authored and mkarmark committed Jul 20, 2021
1 parent 7c92af2 commit 80a0784
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 80a0784

Please sign in to comment.