mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add PowerBI PPE URI to domain list (#21357)
This commit is contained in:
@@ -848,7 +848,8 @@ export class ConnectionManagementService extends Disposable implements IConnecti
|
|||||||
'pbidedicated.windows.net',
|
'pbidedicated.windows.net',
|
||||||
'pbidedicated.cloudapi.de',
|
'pbidedicated.cloudapi.de',
|
||||||
'pbidedicated.usgovcloudapi.net',
|
'pbidedicated.usgovcloudapi.net',
|
||||||
'pbidedicated.chinacloudapi.cn'
|
'pbidedicated.chinacloudapi.cn',
|
||||||
|
'pbidedicated.windows-int.net'
|
||||||
];
|
];
|
||||||
let serverName = connection.serverName.toLowerCase();
|
let serverName = connection.serverName.toLowerCase();
|
||||||
return !!powerBiDomains.find(d => serverName.indexOf(d) >= 0);
|
return !!powerBiDomains.find(d => serverName.indexOf(d) >= 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user