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 4d7368b commit 62ca73dCopy full SHA for 62ca73d
wmi-adapter/wmi.resource.ps1
@@ -84,7 +84,7 @@ switch ($Operation) {
84
return (@{ result = $result } | ConvertTo-Json -Depth 10 -Compress)
85
}
86
'Validate' {
87
- # VALIDATE not implemented
+ # TODO: VALIDATE not implemented
88
89
# OUTPUT
90
@{ valid = $true } | ConvertTo-Json
0 commit comments