Merge azure account provider and azurecore extensions (#2810)

This commit is contained in:
Karl Burtram
2018-10-11 09:52:43 -07:00
committed by GitHub
parent 0adb025573
commit 5f1bde5885
25 changed files with 349 additions and 1137 deletions

View File

@@ -9,5 +9,10 @@
"azureresource.connectsqldb": "Connect",
"azureresource.selectsubscriptions": "Select Subscriptions",
"azure.title": "Azure",
"azure.resourceExplorer.title": "Resource Explorer"
"azure.resourceExplorer.title": "Resource Explorer",
"accounts.clearTokenCache": "Clear Azure Account Token Cache",
"config.enablePublicCloudDescription": "Should Azure public cloud integration be enabled",
"config.enableUsGovCloudDescription": "Should US Government Azure cloud (Fairfax) integration be enabled",
"config.enableChinaCloudDescription": "Should Azure China integration be enabled",
"config.enableGermanyCloudDescription": "Should Azure Germany integration be enabled"
}