From 656a540d7ae4993ed47837ed2a19b98c7d8d87fa Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Mon, 30 Aug 2021 10:49:43 +0200 Subject: [PATCH] Fix CHANGELOG.md --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1ee6bdb..95bf036b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update codecov.yml to support carry forward flags. - Updated pipelines files to latest from Sampler project. - Updated GitHub issue templates. + - Remove pipeline jobs `Test_Integration_SQL2016`, `Test_Integration_SQL2017`, + and `Test_Integration_SQL2019` and raplaced with a single job + `Test_Integration` ([issue #1713](https://github.com/dsccommunity/SqlServerDsc/issues/1713)). + - Update HQRM tests to run on the VM image `windows-2022`. + - Update unit tests to run on the VM image `windows-2022`. + - Update integration tests to run both on Windows Server 2019 and Windows + Server 2022 ([issue #1713](https://github.com/dsccommunity/SqlServerDsc/issues/1713)). - SqlSetup - The helper function `Connect-SqlAnalysis` was using `LoadWithPartial()` to load the assembly _Microsoft.AnalysisServices_. On a node where multiple @@ -2817,8 +2824,3 @@ in a future release. - xSQLServerSetup - xSQLServerFirewall - xSQLServerRSSecureConnectionLevel - - -### Changed -- Update VImage from 'windows-2019' to 'windows-2022' -- Remove Jobs Test_Integration_SQL2016, Test_Integration_SQL2017, Test_Integration_SQL2019 with a single job Test_Integration