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