mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add Azure properties back to Arc dashboards (#12010)
* Add Azure properties back to dashboards * remove
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user