mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added missing properties in kustoTreeDataProvider and azuremonitorTreeDataProvider (#16153) (#16155)
This commit is contained in:
@@ -50,7 +50,10 @@ export class AzureMonitorTreeDataProvider extends ResourceTreeDataProviderBase<a
|
|||||||
providerName: 'LOGANALYTICS',
|
providerName: 'LOGANALYTICS',
|
||||||
saveProfile: false,
|
saveProfile: false,
|
||||||
options: {},
|
options: {},
|
||||||
azureAccount: account.key.accountId
|
azureAccount: account.key.accountId,
|
||||||
|
azureTenantId: databaseServer.tenant,
|
||||||
|
azureResourceId: databaseServer.id,
|
||||||
|
azurePortalEndpoint: account.properties.providerSettings.settings.portalEndpoint
|
||||||
},
|
},
|
||||||
childProvider: 'LOGANALYTICS',
|
childProvider: 'LOGANALYTICS',
|
||||||
type: ExtensionNodeType.Server
|
type: ExtensionNodeType.Server
|
||||||
|
|||||||
@@ -50,7 +50,10 @@ export class KustoTreeDataProvider extends ResourceTreeDataProviderBase<azureRes
|
|||||||
providerName: 'KUSTO',
|
providerName: 'KUSTO',
|
||||||
saveProfile: false,
|
saveProfile: false,
|
||||||
options: {},
|
options: {},
|
||||||
azureAccount: account.key.accountId
|
azureAccount: account.key.accountId,
|
||||||
|
azureTenantId: databaseServer.tenant,
|
||||||
|
azureResourceId: databaseServer.id,
|
||||||
|
azurePortalEndpoint: account.properties.providerSettings.settings.portalEndpoint
|
||||||
},
|
},
|
||||||
childProvider: 'KUSTO',
|
childProvider: 'KUSTO',
|
||||||
type: ExtensionNodeType.Server
|
type: ExtensionNodeType.Server
|
||||||
|
|||||||
Reference in New Issue
Block a user