Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f93833

Browse files
committed
Wrong commit
1 parent493949b commit2f93833

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)

[8]ページ先頭

©2009-2025 Movatter.jp