Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
  • Loading branch information
yuwzho committed Dec 13, 2023
commit a16f4b332319337c7e7cdc04b77a8c1443e67ff8
Original file line number Diff line number Diff line change
Expand Up @@ -15379,7 +15379,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 @@ -15397,7 +15397,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