Remove all Big Data Cluster features (#21369)

This commit is contained in:
Cory Rivera
2022-12-07 12:28:17 -08:00
committed by GitHub
parent bb1f5bfffe
commit e2327c393a
213 changed files with 346 additions and 46800 deletions

View File

@@ -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;