mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
23 lines
563 B
JSON
23 lines
563 B
JSON
{
|
|
"accounts.azure.enableUsGovCloud": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "%config.enableUsGovCloudDescription%"
|
|
},
|
|
"accounts.azure.enableUsNatCloud": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "%config.enableUsNatCloudDescription%"
|
|
},
|
|
"accounts.azure.enableChinaCloud": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "%config.enableChinaCloudDescription%"
|
|
},
|
|
"accounts.azure.enableGermanyCloud": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "%config.enableGermanyCloudDescription%"
|
|
}
|
|
}
|