From 77e487f17852e5a900c6d5e7ca6e5e8bda31ba65 Mon Sep 17 00:00:00 2001 From: Easyreturns <20781445+jeffotterpohl@users.noreply.github.com> Date: Tue, 11 May 2021 15:11:59 -0500 Subject: [PATCH 1/2] Update PrimaryInstall.ps1 --- source/Examples/PrimaryInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Examples/PrimaryInstall.ps1 b/source/Examples/PrimaryInstall.ps1 index 60778d9e..c3244ea4 100644 --- a/source/Examples/PrimaryInstall.ps1 +++ b/source/Examples/PrimaryInstall.ps1 @@ -65,7 +65,7 @@ Configuration PrimaryInstall Import-DscResource -ModuleName PSDesiredStateConfiguration Import-DSCResource -ModuleName ComputerManagementDsc -ModuleVersion 8.2.0 - Import-DscResource -ModuleName ConfigMgrCBDsc -ModuleVersion 0.2.0 + Import-DscResource -ModuleName ConfigMgrCBDsc Import-DscResource -ModuleName SqlServerDsc -ModuleVersion 14.0.0 Import-DscResource -ModuleName UpdateServicesDsc -ModuleVersion 1.2.1 Import-DscResource -ModuleName NetworkingDsc -ModuleVersion 7.4.0.0 From 8c9a0228b22636d4850bdcfa6a4c71c329d392c0 Mon Sep 17 00:00:00 2001 From: Easyreturns <20781445+jeffotterpohl@users.noreply.github.com> Date: Tue, 11 May 2021 17:38:11 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 911f880e..e437c3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,3 +112,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed issue when adding a Distribution Point to Distribution Group immediately after adding the Distribution Point would error saying invalid Distribution Point. - Updated Build.yaml and RequiredModules.ps1 to allow for GitHub builds. +- Updated PrimaryInstall.ps1 to remove module version.