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
What if: Performing the operation "File DSC Resource" on target "Set". This comes from the following line in the template functions:
if (`$PSCmdlet.ShouldProcess('${Verb}', '${Resource} DSC Resource')) {
(the parameters to $PSCmdlet.ShouldProcess are target and action respectively, so the values should be reversed)
$PSCmdlet.ShouldProcess
target
action
The text was updated successfully, but these errors were encountered:
Update definitions for WhatIf output #14
b37beb3
Fixed in #16
Sorry, something went wrong.
briantist
No branches or pull requests
(the parameters to
$PSCmdlet.ShouldProcess
aretarget
andaction
respectively, so the values should be reversed)The text was updated successfully, but these errors were encountered: