Skip to content
Closed
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,7 @@
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"name": "accountName",
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-z0-9]+$",
"minLength": 3,
"maxLength": 24,
"description": "A name for the Batch account which must be unique within the region. Batch account names must be between 3 and 24 characters in length and must use only numbers and lowercase letters. This name is used as part of the DNS name that is used to access the Batch service in the region in which the account is created. For example: http://accountname.region.batch.azure.com/."
"$ref": "#/parameters/AccountNameParameter"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The account creation will only accept lower case.

},
{
"name": "parameters",
Expand Down