From 1f93992736cbad79cbeb8977fac8f37024a5c833 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 17 Sep 2020 17:28:52 -0700 Subject: [PATCH] Fix arc deployment regions and remove docker summary (#12430) --- extensions/arc/package.json | 20 +++++++------------- extensions/arc/package.nls.json | 1 - 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/extensions/arc/package.json b/extensions/arc/package.json index 43352a2222..9e9effc994 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -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)" } ] }, diff --git a/extensions/arc/package.nls.json b/extensions/arc/package.nls.json index f680735ee3..75e988f540 100644 --- a/extensions/arc/package.nls.json +++ b/extensions/arc/package.nls.json @@ -52,7 +52,6 @@ "arc.control.plane.summary.cluster.context": "Cluster context", "arc.control.plane.summary.profile": "Config profile", "arc.control.plane.summary.username": "Username", - "arc.control.plane.summary.docker.username": "Docker username", "arc.control.plane.summary.azure": "Azure", "arc.control.plane.summary.subscription": "Subscription", "arc.control.plane.summary.resource.group": "Resource group",