From e7158ea7cfa3091eccae508cdd198e1be25e3de2 Mon Sep 17 00:00:00 2001 From: YaroBear Date: Fri, 25 Aug 2023 17:37:05 -0600 Subject: [PATCH] updated changelog to reflect updates to Get/Import-SqlDscPreferredModule --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 690f8be0c..8d1b521c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SqlServerDsc - Updated pipeline files to support ModuleFast. + - `Get-SqlDscPreferredModule` + - Optionally specify what version of the the SQL preferred module to be imported using the SMODefaultModuleVersion environment variable ([issue #1965](https://github.com/dsccommunity/SqlServerDsc/issues/1965)). ### Changed @@ -35,6 +37,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources. - SqlWindowsFirewall - Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources. +- SqlServerDsc + - `Get-SqlDscPreferredModule` + - Now returns a PSModuleInfo object instead of just the module name. + - `Import-SqlDscPreferredModule` + - Handles PSModuleInfo objects from `Get-SqlDscPreferredModule` instead of strings. ## [16.4.0] - 2023-08-22