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
@@ -0,0 +1,17 @@
{
"accounts.azure.enableUsGovCloud": {
"type": "boolean",
"default": false,
"description": "%config.enableUsGovCloudDescription%"
},
"accounts.azure.enableChinaCloud": {
"type": "boolean",
"default": false,
"description": "%config.enableChinaCloudDescription%"
},
"accounts.azure.enableGermanyCloud": {
"type": "boolean",
"default": false,
"description": "%config.enableGermanyCloudDescription%"
}
}