diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d5dd408b..e542995b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,11 +45,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Provides the ability to set the minimum and/or maximum buffer pool used by the SQL Server instance as a percentage of total server memory. ([issue #1397](https://github.com/dsccommunity/SqlServerDsc/issues/1397)). - - SqlLogin - `LoginMustChangePassword`, `LoginPasswordExpirationEnabled` and `LoginPasswordPolicyEnforced` parameters no longer enforce default values [issue #1669](https://github.com/dsccommunity/SqlServerDsc/issues/1669). +### Fixed + +- SqlSetup + - Fixed integration tests for SQL Server 2016 and SQL Server 2017. + ## [15.1.1] - 2021-02-12 ### Fixed diff --git a/tests/Integration/DSC_SqlSetup.Integration.Tests.ps1 b/tests/Integration/DSC_SqlSetup.Integration.Tests.ps1 index b923f79622..65d73478a9 100644 --- a/tests/Integration/DSC_SqlSetup.Integration.Tests.ps1 +++ b/tests/Integration/DSC_SqlSetup.Integration.Tests.ps1 @@ -98,6 +98,8 @@ try Write-Verbose -Message "Start downloading the SQL Server media at $(Get-Date -Format 'yyyy-MM-dd hh:mm:ss')" -Verbose + [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 + if ($script:mockSourceDownloadExeUrl) { # Download the EXE used to download the ISO