@@ -286,6 +286,8 @@ stages:
286286 # Run the integration tests in a specific group order.
287287 # Group 0
288288 'tests/Integration/Commands/Prerequisites.Integration.Tests.ps1'
289+ 'tests/Integration/Commands/Save-SqlDscSqlServerMediaFile.Integration.Tests.ps1'
290+ 'tests/Integration/Commands/Import-SqlDscPreferredModule.Integration.Tests.ps1'
289291 # Group 1
290292 'tests/Integration/Commands/Install-SqlDscServer.Integration.Tests.ps1'
291293 'tests/Integration/Commands/Connect-SqlDscDatabaseEngine.Integration.Tests.ps1'
@@ -296,25 +298,39 @@ stages:
296298 'tests/Integration/Commands/Get-SqlDscConfigurationOption.Integration.Tests.ps1'
297299 'tests/Integration/Commands/Set-SqlDscConfigurationOption.Integration.Tests.ps1'
298300 'tests/Integration/Commands/Test-SqlDscConfigurationOption.Integration.Tests.ps1'
301+ 'tests/Integration/Commands/Set-SqlDscStartupParameter.Integration.Tests.ps1'
302+ 'tests/Integration/Commands/Test-SqlDscIsSupportedFeature.Integration.Tests.ps1'
303+ 'tests/Integration/Commands/Get-SqlDscManagedComputer.Integration.Tests.ps1'
304+ 'tests/Integration/Commands/Set-SqlDscTraceFlag.Integration.Tests.ps1'
299305 'tests/Integration/Commands/Get-SqlDscManagedComputerInstance.Integration.Tests.ps1'
306+ 'tests/Integration/Commands/Get-SqlDscManagedComputerService.Integration.Tests.ps1'
300307 'tests/Integration/Commands/Get-SqlDscServerProtocolName.Integration.Tests.ps1'
308+ 'tests/Integration/Commands/ConvertTo-SqlDscEditionName.Integration.Tests.ps1'
301309 'tests/Integration/Commands/Get-SqlDscServerProtocol.Integration.Tests.ps1'
302310 'tests/Integration/Commands/Disable-SqlDscLogin.Integration.Tests.ps1'
303311 'tests/Integration/Commands/Enable-SqlDscLogin.Integration.Tests.ps1'
312+ 'tests/Integration/Commands/Test-SqlDscIsLogin.Integration.Tests.ps1'
304313 'tests/Integration/Commands/Test-SqlDscIsLoginEnabled.Integration.Tests.ps1'
305314 'tests/Integration/Commands/New-SqlDscRole.Integration.Tests.ps1'
306315 'tests/Integration/Commands/Get-SqlDscRole.Integration.Tests.ps1'
316+ 'tests/Integration/Commands/Test-SqlDscIsRole.Integration.Tests.ps1'
307317 'tests/Integration/Commands/Grant-SqlDscServerPermission.Integration.Tests.ps1'
308318 'tests/Integration/Commands/Get-SqlDscServerPermission.Integration.Tests.ps1'
319+ 'tests/Integration/Commands/Set-SqlDscServerPermission.Integration.Tests.ps1'
320+ 'tests/Integration/Commands/ConvertFrom-SqlDscServerPermission.Integration.Tests.ps1'
309321 'tests/Integration/Commands/Test-SqlDscServerPermission.Integration.Tests.ps1'
310322 'tests/Integration/Commands/Deny-SqlDscServerPermission.Integration.Tests.ps1'
311323 'tests/Integration/Commands/Revoke-SqlDscServerPermission.Integration.Tests.ps1'
312324 'tests/Integration/Commands/Get-SqlDscDatabase.Integration.Tests.ps1'
313325 'tests/Integration/Commands/New-SqlDscDatabase.Integration.Tests.ps1'
314326 'tests/Integration/Commands/Set-SqlDscDatabase.Integration.Tests.ps1'
315327 'tests/Integration/Commands/Test-SqlDscDatabase.Integration.Tests.ps1'
328+ 'tests/Integration/Commands/Invoke-SqlDscQuery.Integration.Tests.ps1'
329+ 'tests/Integration/Commands/Set-SqlDscDatabasePermission.Integration.Tests.ps1'
330+ 'tests/Integration/Commands/ConvertTo-SqlDscDatabasePermission.Integration.Tests.ps1'
316331 'tests/Integration/Commands/Get-SqlDscAgentAlert.Integration.Tests.ps1'
317332 'tests/Integration/Commands/New-SqlDscAgentAlert.Integration.Tests.ps1'
333+ 'tests/Integration/Commands/New-SqlDscAudit.Integration.Tests.ps1'
318334 'tests/Integration/Commands/Set-SqlDscAgentAlert.Integration.Tests.ps1'
319335 'tests/Integration/Commands/Test-SqlDscAgentAlertProperty.Integration.Tests.ps1'
320336 'tests/Integration/Commands/Test-SqlDscIsAgentAlert.Integration.Tests.ps1'
@@ -325,14 +341,18 @@ stages:
325341 'tests/Integration/Commands/Assert-SqlDscAgentOperator.Integration.Tests.ps1'
326342 'tests/Integration/Commands/Enable-SqlDscAgentOperator.Integration.Tests.ps1'
327343 'tests/Integration/Commands/Disable-SqlDscAgentOperator.Integration.Tests.ps1'
344+ 'tests/Integration/Commands/Disable-SqlDscAudit.Integration.Tests.ps1'
345+ 'tests/Integration/Commands/Add-SqlDscTraceFlag.Integration.Tests.ps1'
328346 # Group 8
329347 'tests/Integration/Commands/Remove-SqlDscAgentAlert.Integration.Tests.ps1'
330348 'tests/Integration/Commands/Remove-SqlDscAgentOperator.Integration.Tests.ps1'
331349 'tests/Integration/Commands/Get-SqlDscAudit.Integration.Tests.ps1'
332350 'tests/Integration/Commands/Remove-SqlDscAudit.Integration.Tests.ps1'
351+ 'tests/Integration/Commands/Set-SqlDscAudit.Integration.Tests.ps1'
333352 'tests/Integration/Commands/Remove-SqlDscDatabase.Integration.Tests.ps1'
334353 'tests/Integration/Commands/Remove-SqlDscRole.Integration.Tests.ps1'
335354 'tests/Integration/Commands/Remove-SqlDscLogin.Integration.Tests.ps1'
355+ 'tests/Integration/Commands/Remove-SqlDscTraceFlag.Integration.Tests.ps1'
336356 # Group 9
337357 'tests/Integration/Commands/Uninstall-SqlDscServer.Integration.Tests.ps1'
338358 )
@@ -397,6 +417,8 @@ stages:
397417 # Run the integration tests in a specific group order.
398418 # Group 0
399419 'tests/Integration/Commands/Prerequisites.Integration.Tests.ps1'
420+ 'tests/Integration/Commands/Save-SqlDscSqlServerMediaFile.Integration.Tests.ps1'
421+ 'tests/Integration/Commands/Import-SqlDscPreferredModule.Integration.Tests.ps1'
400422 # Group 1
401423 'tests/Integration/Commands/Install-SqlDscReportingService.Integration.Tests.ps1'
402424 # Group 2
@@ -460,6 +482,8 @@ stages:
460482 # Run the integration tests in a specific group order.
461483 # Group 0
462484 'tests/Integration/Commands/Prerequisites.Integration.Tests.ps1'
485+ 'tests/Integration/Commands/Save-SqlDscSqlServerMediaFile.Integration.Tests.ps1'
486+ 'tests/Integration/Commands/Import-SqlDscPreferredModule.Integration.Tests.ps1'
463487 # Group 1
464488 'tests/Integration/Commands/Install-SqlDscBIReportServer.Integration.Tests.ps1'
465489 # Group 2
0 commit comments