Add enabled property and make default account option empty (#9036)

* Add enabled property and make default account option empty

* Rmove unused loc string

* Add descriptive comment and support required azure dropdowns.
This commit is contained in:
Charles Gagnon
2020-02-04 08:06:14 -08:00
committed by GitHub
parent 62df5359e2
commit 86ad477c77
3 changed files with 10 additions and 6 deletions

View File

@@ -11,4 +11,3 @@ export const account = localize('azure.account', "Azure Account");
export const subscription = localize('azure.account.subscription', "Subscription");
export const resourceGroup = localize('azure.account.resourceGroup', "Resource Group");
export const location = localize('azure.account.location', "Azure Location");
export const localDeploy = localize('azure.account.localDeploy', "Local Deploy");