Skip to content

Commit 9bb702c

Browse files
Copilotjohlju
andcommitted
Add Set-SqlDscAudit integration test and update pipeline configuration
Co-authored-by: johlju <7189721+johlju@users.noreply.github.com>
1 parent e6f960b commit 9bb702c

File tree

3 files changed

+386
-0
lines changed

3 files changed

+386
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ stages:
329329
'tests/Integration/Commands/Remove-SqlDscAgentAlert.Integration.Tests.ps1'
330330
'tests/Integration/Commands/Remove-SqlDscAgentOperator.Integration.Tests.ps1'
331331
'tests/Integration/Commands/Remove-SqlDscAudit.Integration.Tests.ps1'
332+
'tests/Integration/Commands/Set-SqlDscAudit.Integration.Tests.ps1'
332333
'tests/Integration/Commands/Remove-SqlDscDatabase.Integration.Tests.ps1'
333334
'tests/Integration/Commands/Remove-SqlDscRole.Integration.Tests.ps1'
334335
'tests/Integration/Commands/Remove-SqlDscLogin.Integration.Tests.ps1'

tests/Integration/Commands/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Disable-SqlDscAgentOperator | 2 | 1 (Install-SqlDscServer), 0 (Prerequisites) |
8080
Remove-SqlDscAgentAlert | 8 | 2 (New-SqlDscAgentAlert) | DSCSQLTEST | -
8181
Remove-SqlDscAgentOperator | 8 | 2 (New-SqlDscAgentOperator) | DSCSQLTEST | -
8282
Remove-SqlDscAudit | 8 | - | DSCSQLTEST | -
83+
Set-SqlDscAudit | 8 | - | DSCSQLTEST | -
8384
Remove-SqlDscDatabase | 8 | 2 (New-SqlDscDatabase) | DSCSQLTEST | -
8485
Remove-SqlDscRole | 8 | 2 (New-SqlDscRole) | DSCSQLTEST | -
8586
Remove-SqlDscLogin | 8 | 2 (New-SqlDscLogin) | DSCSQLTEST | -

0 commit comments

Comments
 (0)