Skip to content

Commit 2f93833

Browse files
committed
Wrong commit
1 parent 493949b commit 2f93833

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

powershell-adapter/psDscAdapter/psDscAdapter.psm1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,10 +449,12 @@ function Invoke-DscOperation {
449449
# if ($raw_obj.$_ -is [System.Enum]) {
450450
# $Result[$_] = $raw_obj.$_.ToString()
451451
# }
452-
else {
453-
$Result[$_] = $raw_obj.$_
454-
}
452+
# else {
453+
# $Result[$_] = $raw_obj.$_
454+
# }
455+
$Result[$_] = $raw_obj.$_
455456
}
457+
$Result[$_] = $raw_obj.$_
456458
$addToActualState.properties = $Result
457459
}
458460
'Set' {

0 commit comments

Comments
 (0)