Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
add location
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwzho committed May 15, 2018
1 parent d149921 commit abd9921
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,29 @@
"validationMessage": "Password must be at least 12 characters long and contain at least one lower case, upper case, digit and special character."
},
"visible": true
},
{
"name": "location",
"type": "Microsoft.Common.DropDown",
"label": "Location",
"defaultValue": "eastus",
"constraints": {
"required": true,
"allowedValues": [
{
"label": "East US",
"value": "eastus"
},
{
"label": "Southeast Asia",
"value": "southeastasia"
},
{
"label": "West Europe",
"value": "westeurope"
}
]
}
}
],
"steps": [
Expand Down

0 comments on commit abd9921

Please sign in to comment.