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",
"displayLocationVariableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_DISPLAY_LOCATION",
"locations": [
"eastus",
"eastus2",
"australiaeast",
"centralus",
"westus2",
"westeurope",
"southeastasia",
"eastus",
"eastus2",
"francecentral",
"japaneast",
"koreacentral",
"northeurope",
"westeurope",
"southeastasia",
"uksouth",
"francecentral"
"westeurope",
"westus2"
]
},
{
@@ -465,12 +465,6 @@
"type": "readonly_text",
"isEvaluated": true,
"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)"
}
]
},