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.
2 parents f40ccf0 + d38fce2 commit 8e0d77cCopy full SHA for 8e0d77c
articles/virtual-machines/windows/run-command-managed.md
@@ -51,7 +51,7 @@ az vm run-command create --name "myRunCommand" --vm-name "myVM" --resource-group
51
This command will return a full list of previously deployed Run Commands along with their properties.
52
53
```azurecli-interactive
54
-az vm run-command list --name "myVM" --resource-group "myRG"
+az vm run-command list --vm-name "myVM" --resource-group "myRG"
55
```
56
57
### Get execution status and results
0 commit comments