Skip to content

Commit 62ca73d

Browse files
authored
Update wmi-adapter/wmi.resource.ps1
1 parent 4d7368b commit 62ca73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wmi-adapter/wmi.resource.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ switch ($Operation) {
8484
return (@{ result = $result } | ConvertTo-Json -Depth 10 -Compress)
8585
}
8686
'Validate' {
87-
# VALIDATE not implemented
87+
# TODO: VALIDATE not implemented
8888

8989
# OUTPUT
9090
@{ valid = $true } | ConvertTo-Json

0 commit comments

Comments
 (0)