Skip to content

Commit 965a137

Browse files
authored
Fix incorrect script 📜
1 parent b4f9780 commit 965a137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/update-manager/tutorial-webhooks-using-runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In this tutorial, you learn how to:
9494
| where id has '/providers/microsoft.compute/virtualmachines/'
9595
| project id, resourceId = tostring(properties.resourceId)
9696
| order by id asc
97-
"@
97+
"@
9898
9999
Write-Output "Arg Query Used: $argQuery"
100100
$allMachines = [System.Collections.ArrayList]@()

0 commit comments

Comments
 (0)