From fa7b773795b8c78f8e2816c397ad10f138030a66 Mon Sep 17 00:00:00 2001 From: cwintenburg <105882122+cwintenburg@users.noreply.github.com> Date: Thu, 19 May 2022 12:59:14 -0600 Subject: [PATCH] Update createUiDefinition.json --- createUiDefinition.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/createUiDefinition.json b/createUiDefinition.json index ac2602c..32fc720 100644 --- a/createUiDefinition.json +++ b/createUiDefinition.json @@ -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 }, @@ -127,4 +122,4 @@ "ansibleTowerDatabasePassword": "[steps('ansibleTowerSettings').ansibleTowerDatabasePassword]" } } -} \ No newline at end of file +}