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 91a4edf commit d38fce2Copy full SHA for d38fce2
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