HewlettPackard / HewlettPackard/HPEDSCC-PowerShell-Toolkit
Set-DSCCHostGroup is not working too.
Open
- Dominant language
- PowerShell
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Working with a customer on getting his environment automated uncovered another issue in the Set-DSCCHostGroup function.
On line 412 of the HostGroup.ps1 you do state:
if ($updatedHosts) { $MyBody += @{ HostsToCreate = $hostsToCreate } }
The correct statement would be:
if($HostsToCreate) {
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.