Fix arc deployment regions and remove docker summary (#12430)

This commit is contained in:
Charles Gagnon
2020-09-17 17:28:52 -07:00
committed by GitHub
parent 068ba5b4f4
commit 1f93992736
2 changed files with 7 additions and 14 deletions

View File

@@ -260,18 +260,18 @@
"locationVariableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_LOCATION", "locationVariableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_LOCATION",
"displayLocationVariableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_DISPLAY_LOCATION", "displayLocationVariableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_DISPLAY_LOCATION",
"locations": [ "locations": [
"eastus",
"eastus2",
"australiaeast", "australiaeast",
"centralus", "centralus",
"westus2", "eastus",
"westeurope", "eastus2",
"southeastasia", "francecentral",
"japaneast",
"koreacentral", "koreacentral",
"northeurope", "northeurope",
"westeurope", "southeastasia",
"uksouth", "uksouth",
"francecentral" "westeurope",
"westus2"
] ]
}, },
{ {
@@ -465,12 +465,6 @@
"type": "readonly_text", "type": "readonly_text",
"isEvaluated": true, "isEvaluated": true,
"defaultValue": "$(AZDATA_NB_VAR_ARC_ADMIN_USERNAME)" "defaultValue": "$(AZDATA_NB_VAR_ARC_ADMIN_USERNAME)"
},
{
"label": "%arc.control.plane.summary.docker.username%",
"type": "readonly_text",
"isEvaluated": true,
"defaultValue": "$(AZDATA_NB_VAR_ARC_DOCKER_USERNAME)"
} }
] ]
}, },

View File

@@ -52,7 +52,6 @@
"arc.control.plane.summary.cluster.context": "Cluster context", "arc.control.plane.summary.cluster.context": "Cluster context",
"arc.control.plane.summary.profile": "Config profile", "arc.control.plane.summary.profile": "Config profile",
"arc.control.plane.summary.username": "Username", "arc.control.plane.summary.username": "Username",
"arc.control.plane.summary.docker.username": "Docker username",
"arc.control.plane.summary.azure": "Azure", "arc.control.plane.summary.azure": "Azure",
"arc.control.plane.summary.subscription": "Subscription", "arc.control.plane.summary.subscription": "Subscription",
"arc.control.plane.summary.resource.group": "Resource group", "arc.control.plane.summary.resource.group": "Resource group",