Skip to content

Commit

Permalink
Update acc patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwzho committed Nov 16, 2023
1 parent f3e4338 commit 1dd9904
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14598,7 +14598,7 @@
"description": "The name of the application accelerator.",
"required": true,
"type": "string",
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])$",
"pattern": "^[a-z][a-z0-9-]*[a-z0-9]$",
"x-ms-parameter-location": "method"
},
"CustomizedAcceleratorNameParameter": {
Expand All @@ -14616,7 +14616,7 @@
"description": "The name of the predefined accelerator.",
"required": true,
"type": "string",
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])$",
"pattern": "^[a-z][a-z0-9-]*[a-z0-9]$",
"x-ms-parameter-location": "method"
}
},
Expand Down

0 comments on commit 1dd9904

Please sign in to comment.