Skip to content

Commit

Permalink
Merge pull request #86 from dsccommunity/jeffotterpohl-patch-1
Browse files Browse the repository at this point in the history
Update PrimaryInstall.ps1
  • Loading branch information
jeffotterpohl authored May 12, 2021
2 parents 1124732 + 8c9a022 commit 8b99f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion source/Examples/PrimaryInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b99f0b

Please sign in to comment.