We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8bf9e commit 54460bfCopy full SHA for 54460bf
powershell-adapter/psDscAdapter/powershell.resource.ps1
@@ -157,7 +157,7 @@ switch ($Operation) {
157
# check if all the desired modules are in the cache
158
$moduleInput | ForEach-Object {
159
if ($dscResourceCache.type -notcontains $_) {
160
- ('ERROR: DSC resource {0} module not found.' -f $_) | Write-DscTrace
+ ('DSC resource {0} module not found.' -f $_) | Write-DscTrace -Operation Error
161
exit 1
162
}
163
0 commit comments