diff --git a/CHANGELOG.md b/CHANGELOG.md index d8184ee287..8eb978ba5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ - Changes to SqlAlwaysOnService - Updated the integration tests to use a loopback adapter to be less intrusive in the build worker environment. +- Changes to SqlSetup + - Integration test is using SQL Server 2017 ([issue #858](https://github.com/PowerShell/SqlServerDsc/issues/858)). ## 11.1.0.0 diff --git a/Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 b/Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 index a4a1139b29..ae1d094f25 100644 --- a/Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 +++ b/Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 @@ -99,7 +99,7 @@ try $mockIsoMediaFilePath = $ConfigurationData.AllNodes.ImagePath $mockIsoMediaDriveLetter = $ConfigurationData.AllNodes.DriveLetter - $mockSourceMediaUrl = 'http://care.dlservice.microsoft.com/dl/download/F/E/9/FE9397FA-BFAB-4ADD-8B97-91234BC774B2/SQLServer2016-x64-ENU.iso' + $mockSourceMediaUrl = 'https://download.microsoft.com/download/E/F/2/EF23C21D-7860-4F05-88CE-39AA114B014B/SQLServer2017-x64-ENU.iso' # Download SQL Server media if (-not (Test-Path -Path $mockIsoMediaFilePath))