@@ -287,6 +287,7 @@ stages:
287287 # Group 0
288288 'tests/Integration/Commands/Prerequisites.Integration.Tests.ps1'
289289 'tests/Integration/Commands/Save-SqlDscSqlServerMediaFile.Integration.Tests.ps1'
290+ 'tests/Integration/Commands/Import-SqlDscPreferredModule.Integration.Tests.ps1'
290291 # Group 1
291292 'tests/Integration/Commands/Install-SqlDscServer.Integration.Tests.ps1'
292293 'tests/Integration/Commands/Connect-SqlDscDatabaseEngine.Integration.Tests.ps1'
@@ -297,16 +298,23 @@ stages:
297298 'tests/Integration/Commands/Get-SqlDscConfigurationOption.Integration.Tests.ps1'
298299 'tests/Integration/Commands/Set-SqlDscConfigurationOption.Integration.Tests.ps1'
299300 'tests/Integration/Commands/Test-SqlDscConfigurationOption.Integration.Tests.ps1'
301+ 'tests/Integration/Commands/Test-SqlDscIsSupportedFeature.Integration.Tests.ps1'
302+ 'tests/Integration/Commands/Get-SqlDscManagedComputer.Integration.Tests.ps1'
303+ 'tests/Integration/Commands/Set-SqlDscTraceFlag.Integration.Tests.ps1'
300304 'tests/Integration/Commands/Get-SqlDscManagedComputerInstance.Integration.Tests.ps1'
305+ 'tests/Integration/Commands/Get-SqlDscManagedComputerService.Integration.Tests.ps1'
301306 'tests/Integration/Commands/Get-SqlDscServerProtocolName.Integration.Tests.ps1'
307+ 'tests/Integration/Commands/ConvertTo-SqlDscEditionName.Integration.Tests.ps1'
302308 'tests/Integration/Commands/Get-SqlDscServerProtocol.Integration.Tests.ps1'
303309 'tests/Integration/Commands/Disable-SqlDscLogin.Integration.Tests.ps1'
304310 'tests/Integration/Commands/Enable-SqlDscLogin.Integration.Tests.ps1'
305311 'tests/Integration/Commands/Test-SqlDscIsLoginEnabled.Integration.Tests.ps1'
306312 'tests/Integration/Commands/New-SqlDscRole.Integration.Tests.ps1'
307313 'tests/Integration/Commands/Get-SqlDscRole.Integration.Tests.ps1'
314+ 'tests/Integration/Commands/Test-SqlDscIsRole.Integration.Tests.ps1'
308315 'tests/Integration/Commands/Grant-SqlDscServerPermission.Integration.Tests.ps1'
309316 'tests/Integration/Commands/Get-SqlDscServerPermission.Integration.Tests.ps1'
317+ 'tests/Integration/Commands/ConvertFrom-SqlDscServerPermission.Integration.Tests.ps1'
310318 'tests/Integration/Commands/Test-SqlDscServerPermission.Integration.Tests.ps1'
311319 'tests/Integration/Commands/Deny-SqlDscServerPermission.Integration.Tests.ps1'
312320 'tests/Integration/Commands/Revoke-SqlDscServerPermission.Integration.Tests.ps1'
@@ -326,13 +334,15 @@ stages:
326334 'tests/Integration/Commands/Assert-SqlDscAgentOperator.Integration.Tests.ps1'
327335 'tests/Integration/Commands/Enable-SqlDscAgentOperator.Integration.Tests.ps1'
328336 'tests/Integration/Commands/Disable-SqlDscAgentOperator.Integration.Tests.ps1'
337+ 'tests/Integration/Commands/Add-SqlDscTraceFlag.Integration.Tests.ps1'
329338 # Group 8
330339 'tests/Integration/Commands/Remove-SqlDscAgentAlert.Integration.Tests.ps1'
331340 'tests/Integration/Commands/Remove-SqlDscAgentOperator.Integration.Tests.ps1'
332341 'tests/Integration/Commands/Remove-SqlDscAudit.Integration.Tests.ps1'
333342 'tests/Integration/Commands/Remove-SqlDscDatabase.Integration.Tests.ps1'
334343 'tests/Integration/Commands/Remove-SqlDscRole.Integration.Tests.ps1'
335344 'tests/Integration/Commands/Remove-SqlDscLogin.Integration.Tests.ps1'
345+ 'tests/Integration/Commands/Remove-SqlDscTraceFlag.Integration.Tests.ps1'
336346 # Group 9
337347 'tests/Integration/Commands/Uninstall-SqlDscServer.Integration.Tests.ps1'
338348 )
@@ -398,6 +408,7 @@ stages:
398408 # Group 0
399409 'tests/Integration/Commands/Prerequisites.Integration.Tests.ps1'
400410 'tests/Integration/Commands/Save-SqlDscSqlServerMediaFile.Integration.Tests.ps1'
411+ 'tests/Integration/Commands/Import-SqlDscPreferredModule.Integration.Tests.ps1'
401412 # Group 1
402413 'tests/Integration/Commands/Install-SqlDscReportingService.Integration.Tests.ps1'
403414 # Group 2
@@ -462,6 +473,7 @@ stages:
462473 # Group 0
463474 'tests/Integration/Commands/Prerequisites.Integration.Tests.ps1'
464475 'tests/Integration/Commands/Save-SqlDscSqlServerMediaFile.Integration.Tests.ps1'
476+ 'tests/Integration/Commands/Import-SqlDscPreferredModule.Integration.Tests.ps1'
465477 # Group 1
466478 'tests/Integration/Commands/Install-SqlDscBIReportServer.Integration.Tests.ps1'
467479 # Group 2
0 commit comments