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 d8a82f3 commit 33db7f1Copy full SHA for 33db7f1
powershell-adapter/psDscAdapter/psDscAdapter.psm1
@@ -450,8 +450,7 @@ function Invoke-DscOperation {
450
$Result[$_] = $raw_obj.$_.ToString()
451
452
}
453
- else
454
- {
+ else {
455
$Result[$_] = $raw_obj.$_
456
457
@@ -486,11 +485,10 @@ function Invoke-DscOperation {
486
485
if ($raw_obj.$_ -is [System.Enum]) {
487
$Result_obj[$_] = $raw_obj.$_.ToString()
488
489
490
491
$Result_obj[$_] = $raw_obj.$_
492
493
- }
+ }
494
$resultArray += $Result_obj
495
496
$addToActualState = $resultArray
0 commit comments