We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put an X between the brackets on each line to confirm you have completed them:
The Set-TargetResource includes $global:DSCMachineStatus = 1 and forces a reboot of the node if LCM is configured with RebootNodeIfNeeded = $true
$global:DSCMachineStatus = 1
RebootNodeIfNeeded = $true
This should not be set in the resource but instead let users decide if you want to restart the node and call a separate reboot resoruce
Suggestion: Remove $global:DSCMachineStatus = 1 from Set-TargetResource
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Put an X between the brackets on each line to confirm you have completed them:
Description
The Set-TargetResource includes
$global:DSCMachineStatus = 1
and forces a reboot of the node if LCM is configured withRebootNodeIfNeeded = $true
This should not be set in the resource but instead let users decide if you want to restart the node and call a separate reboot resoruce
Suggestion: Remove
$global:DSCMachineStatus = 1
from Set-TargetResourceThe text was updated successfully, but these errors were encountered: