Skip to content

Commit 9a86402

Browse files
committed
Add Get-SqlDscCompatibilityLevel integration test to pipeline and documentation
1 parent 4a7a5d3 commit 9a86402

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ stages:
335335
'tests/Integration/Commands/Get-SqlDscDatabase.Integration.Tests.ps1'
336336
'tests/Integration/Commands/ConvertFrom-SqlDscDatabasePermission.Integration.Tests.ps1'
337337
'tests/Integration/Commands/New-SqlDscDatabase.Integration.Tests.ps1'
338+
'tests/Integration/Commands/Get-SqlDscCompatibilityLevel.Integration.Tests.ps1'
338339
'tests/Integration/Commands/Set-SqlDscDatabaseProperty.Integration.Tests.ps1'
339340
'tests/Integration/Commands/Set-SqlDscDatabaseOwner.Integration.Tests.ps1'
340341
'tests/Integration/Commands/Test-SqlDscIsDatabase.Integration.Tests.ps1'

tests/Integration/Commands/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Revoke-SqlDscServerPermission | 4 | 4 (New-SqlDscLogin), 1 (Install-SqlDscServer
9191
Get-SqlDscDatabase | 4 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -
9292
ConvertFrom-SqlDscDatabasePermission | 4 | 0 (Prerequisites) | - | -
9393
New-SqlDscDatabase | 4 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | SqlDscIntegrationTestDatabase_Persistent database
94+
Get-SqlDscCompatibilityLevel | 4 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -
9495
Set-SqlDscDatabaseProperty | 4 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -
9596
Set-SqlDscDatabaseOwner | 4 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -
9697
Test-SqlDscIsDatabase | 4 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -

0 commit comments

Comments
 (0)