Add Azure properties back to Arc dashboards (#12010)

* Add Azure properties back to dashboards

* remove
This commit is contained in:
Charles Gagnon
2020-08-29 07:58:06 -07:00
committed by GitHub
parent 48e437c4a5
commit b4a3325a21
4 changed files with 51 additions and 36 deletions

View File

@@ -75,6 +75,12 @@ declare module 'azdata-ext' {
ElasticSearch: {
'vm.max_map_count': string // "-1"
},
azure: {
connectionMode: string, // "indirect",
location: string, // "eastus2euap",
resourceGroup: string, // "my-rg",
subscription: string, // "a5082b29-8c6e-4bc5-8ddd-8ef39dfebc39"
},
controller: {
'enableBilling': string, // "True"
'logs.rotation.days': string, // "7"