mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix arc deployment regions and remove docker summary (#12430)
This commit is contained in:
@@ -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)"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user