Skip to content

Commit

Permalink
Addressing PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NEllis280 committed Sep 15, 2020
1 parent 66d5e9b commit 8d3deab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/Examples/Resources/xSccmInstall/SccmInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 8d3deab

Please sign in to comment.