Remove infrastructure from resource-deployment (#16520)

This commit is contained in:
Charles Gagnon
2021-08-02 13:14:33 -07:00
committed by GitHub
parent 0a181a1ba8
commit 244e27c2de
4 changed files with 5 additions and 68 deletions

View File

@@ -15,7 +15,6 @@ export const subscription = localize('azure.account.subscription', "Subscription
export const subscriptionDescription = localize('azure.account.subscriptionDescription', "Change the currently selected subscriptions through the 'Select Subscriptions' action on an account listed in the 'Azure' tree view of the 'Connections' viewlet");
export const resourceGroup = localize('azure.account.resourceGroup', "Resource Group");
export const location = localize('azure.account.location', "Azure Location");
export const infrastructure = localize('azure.account.infrastructure', "Infrastructure");
export const browse = localize('filePicker.browse', "Browse");
export const select = localize('button.label', "Select");
export const kubeConfigFilePath = localize('kubeConfigClusterPicker.kubeConfigFilePath', "Kube config file path");