Skip to content

Commit

Permalink
Update deviceupdate.json (#13900)
Browse files Browse the repository at this point in the history
  • Loading branch information
abatishchev authored Apr 14, 2021
1 parent 5ebfcd4 commit 40d1022
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -860,7 +860,7 @@
"type": "string",
"description": "Account name.",
"x-ms-parameter-location": "method",
"pattern": "^[A-Za-z][A-Za-z0-9]+$",
"pattern": "^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$",
"minLength": 3,
"maxLength": 24
},
@@ -871,7 +871,7 @@
"type": "string",
"description": "Instance name.",
"x-ms-parameter-location": "method",
"pattern": "^[A-Za-z][A-Za-z0-9]+$",
"pattern": "^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$",
"minLength": 3,
"maxLength": 36
}

0 comments on commit 40d1022

Please sign in to comment.