Skip to content

Commit

Permalink
Update createUiDefinition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cwintenburg authored May 19, 2022
1 parent 981c565 commit fa7b773
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@
},
"osPlatform": "Linux"
}, {
"name": "adminPassword",
"type": "Microsoft.Compute.CredentialsCombo",
"label": {
"authenticationType": "Authentication Type",
"sshPublicKey": "SSH Public Key for VM Admin User"
},
"toolTip": {
"sshPublicKey": "SSH Public Key for the VM Admin User."
},
"name": "ManagementSubnet",
"type": "Microsoft.Common.TextBox",
"label": "Management Subnet",
"toolTip": "For the management subnet, a CIDR of /27 or more is required. This subnet is for IP addresses used by the VMs involved in management activities of the pod itself.",
"constraints": {
"required": true
},
Expand Down Expand Up @@ -127,4 +122,4 @@
"ansibleTowerDatabasePassword": "[steps('ansibleTowerSettings').ansibleTowerDatabasePassword]"
}
}
}
}

0 comments on commit fa7b773

Please sign in to comment.