mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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/',
|
endpointSuffix: '.core.usgovcloudapi.net/',
|
||||||
azureResourceId: AzureResource.AzureStorage
|
azureResourceId: AzureResource.AzureStorage
|
||||||
},
|
},
|
||||||
|
azureKustoResource: {
|
||||||
|
id: SettingIds.kusto,
|
||||||
|
endpoint: 'https://kusto.kusto.usgovcloudapi.net',
|
||||||
|
azureResourceId: AzureResource.AzureKusto,
|
||||||
|
},
|
||||||
powerBiResource: {
|
powerBiResource: {
|
||||||
id: SettingIds.powerbi,
|
id: SettingIds.powerbi,
|
||||||
endpoint: 'https://analysis.windows.net/powerbi/api/',
|
endpoint: 'https://analysis.windows.net/powerbi/api/',
|
||||||
@@ -217,6 +222,11 @@ const chinaAzureSettings: ProviderSettings = {
|
|||||||
endpointSuffix: '.core.chinacloudapi.cn',
|
endpointSuffix: '.core.chinacloudapi.cn',
|
||||||
azureResourceId: AzureResource.AzureStorage
|
azureResourceId: AzureResource.AzureStorage
|
||||||
},
|
},
|
||||||
|
azureKustoResource: {
|
||||||
|
id: SettingIds.kusto,
|
||||||
|
endpoint: 'https://kusto.kusto.chinacloudapi.cn',
|
||||||
|
azureResourceId: AzureResource.AzureKusto,
|
||||||
|
},
|
||||||
powerBiResource: {
|
powerBiResource: {
|
||||||
id: SettingIds.powerbi,
|
id: SettingIds.powerbi,
|
||||||
endpoint: 'https://analysis.windows.net/powerbi/api',
|
endpoint: 'https://analysis.windows.net/powerbi/api',
|
||||||
|
|||||||
Reference in New Issue
Block a user