Skip to content

Commit

Permalink
Fix CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 30, 2021
1 parent b6eb944 commit 5d32949
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 5d32949

Please sign in to comment.