Skip to content

Commit aa3877b

Browse files
committed
Add SQL Server 2025 integration testing configuration
1 parent 32c5546 commit aa3877b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,9 @@ stages:
12661266
SQL2022_WIN2022:
12671267
JOB_VMIMAGE: 'windows-2022'
12681268
TEST_CONFIGURATION: 'Integration_SQL2022'
1269+
SQL2025_WIN2025:
1270+
JOB_VMIMAGE: 'windows-2025'
1271+
TEST_CONFIGURATION: 'Integration_SQL2025
12691272
pool:
12701273
vmImage: $(JOB_VMIMAGE)
12711274
timeoutInMinutes: 0

tests/Integration/Resources/DSCv3_SqlDatabase.Integration.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ BeforeAll {
3434
$script:dscResourceFriendlyName = 'SqlDatabase'
3535
}
3636

37-
Describe "$($script:dscResourceFriendlyName)_Integration" -Tag @('Integration_SQL2022') {
37+
Describe "$($script:dscResourceFriendlyName)_Integration" -Tag @('Integration_SQL2022', 'Integration_SQL2025') {
3838
BeforeAll {
3939
# Output the PowerShell version used in the test
4040
Write-Verbose -Message "`nPowerShell version used in integration test:`n$($PSVersionTable | Out-String)" -Verbose

0 commit comments

Comments
 (0)