Skip to content

Commit

Permalink
Changes to SqlSetup
Browse files Browse the repository at this point in the history
- Integration test is using SQL Server 2017 (issue dsccommunity#858).
  • Loading branch information
johlju committed Apr 21, 2018
1 parent b2c3602 commit 3201a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3201a27

Please sign in to comment.