From 8d3deab0779a615b2ac64df33588d7ffc431ac57 Mon Sep 17 00:00:00 2001 From: Nicholas Ellis Date: Tue, 15 Sep 2020 14:25:30 -0400 Subject: [PATCH] Addressing PR Comments --- CHANGELOG.md | 2 +- source/Examples/Resources/xSccmInstall/SccmInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadf2f4..b9a4fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 SecurityScopesToInclude, SecurityScopesToExclude to CMBoundaryGroup resource. - Updated CMSystemDiscovery Resource to add needed throw and warn messages. - Added InstanceDir parameter to SQL composite. -- Updated the xSCCMInstall resource accounting for the name change on versions +- Updated the xSCCMInstall resource accounting for the product name change on versions 1910 and greater. ### Removed diff --git a/source/Examples/Resources/xSccmInstall/SccmInstall.ps1 b/source/Examples/Resources/xSccmInstall/SccmInstall.ps1 index 6e591c1..a295271 100644 --- a/source/Examples/Resources/xSccmInstall/SccmInstall.ps1 +++ b/source/Examples/Resources/xSccmInstall/SccmInstall.ps1 @@ -23,7 +23,7 @@ Configuration Example SetupExePath = 'C:\Temp\SCCMInstall\SMSSETUP\BIN\X64' IniFile = 'C:\temp\Lab-CAS-Test.ini' SccmServerType = 'CAS' - Version = '1902' + Version = 1902 SccmInstallAccount = $SccmInstallAccount } }