mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
Remove all Big Data Cluster features (#21369)
This commit is contained in:
@@ -1338,7 +1338,7 @@ suite('SQL ConnectionManagementService tests', () => {
|
||||
serverEdition: 'test_edition',
|
||||
azureVersion: 0,
|
||||
osVersion: 'test_version',
|
||||
options: { isBigDataCluster: 'test' },
|
||||
options: {},
|
||||
isCloud: true,
|
||||
cpuCount: 0,
|
||||
physicalMemoryInMb: 0
|
||||
@@ -1373,8 +1373,6 @@ suite('SQL ConnectionManagementService tests', () => {
|
||||
if (connection.providerName === 'MSSQL') {
|
||||
if (serverInfo.isCloud) {
|
||||
iconName = 'mssql:cloud';
|
||||
} else if (serverInfo.options['isBigDataCluster']) {
|
||||
iconName = 'mssql:cluster';
|
||||
}
|
||||
}
|
||||
called = true;
|
||||
|
||||
Reference in New Issue
Block a user