mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add kusto endpoints for non-public clouds (#22515)
* add kusto endpoints for non-public clouds * fix endpoints
This commit is contained in:
@@ -153,6 +153,11 @@ const usGovAzureSettings: ProviderSettings = {
|
||||
endpointSuffix: '.core.usgovcloudapi.net/',
|
||||
azureResourceId: AzureResource.AzureStorage
|
||||
},
|
||||
azureKustoResource: {
|
||||
id: SettingIds.kusto,
|
||||
endpoint: 'https://kusto.kusto.usgovcloudapi.net',
|
||||
azureResourceId: AzureResource.AzureKusto,
|
||||
},
|
||||
powerBiResource: {
|
||||
id: SettingIds.powerbi,
|
||||
endpoint: 'https://analysis.windows.net/powerbi/api/',
|
||||
@@ -217,6 +222,11 @@ const chinaAzureSettings: ProviderSettings = {
|
||||
endpointSuffix: '.core.chinacloudapi.cn',
|
||||
azureResourceId: AzureResource.AzureStorage
|
||||
},
|
||||
azureKustoResource: {
|
||||
id: SettingIds.kusto,
|
||||
endpoint: 'https://kusto.kusto.chinacloudapi.cn',
|
||||
azureResourceId: AzureResource.AzureKusto,
|
||||
},
|
||||
powerBiResource: {
|
||||
id: SettingIds.powerbi,
|
||||
endpoint: 'https://analysis.windows.net/powerbi/api',
|
||||
|
||||
Reference in New Issue
Block a user