mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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.cloudapi.de',
|
||||
'pbidedicated.usgovcloudapi.net',
|
||||
'pbidedicated.chinacloudapi.cn'
|
||||
'pbidedicated.chinacloudapi.cn',
|
||||
'pbidedicated.windows-int.net'
|
||||
];
|
||||
let serverName = connection.serverName.toLowerCase();
|
||||
return !!powerBiDomains.find(d => serverName.indexOf(d) >= 0);
|
||||
|
||||
Reference in New Issue
Block a user