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 5baf07a commit a80a32bCopy full SHA for a80a32b
reboot_pending/reboot_pending.resource.ps1
@@ -25,4 +25,4 @@ $result = @{
25
reason = if ($reasons.Count -gt 0) { $reasons } else { $null }
26
}
27
28
-return $result | ConvertTo-Json -Compress
+return $result | ConvertTo-Json -Compress
0 commit comments