Skip to content

Commit 51f9d37

Browse files
authored
Merge pull request #183164 from SubhashVasarapu-MSFT/patch-145
(AzureCXP) fixes MicrosoftDocs/azure-docs#85436
2 parents 1fde4bd + 30a5a0b commit 51f9d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/run-command-managed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ az vm run-command create --name "myRunCommand" --vm-name "myVM" --resource-group
5252
This command will return a full list of previously deployed Run Commands along with their properties.
5353

5454
```azurecli-interactive
55-
az vm run-command list --name "myVM" --resource-group "myRG"
55+
az vm run-command list --vm-name "myVM" --resource-group "myRG"
5656
```
5757

5858
### Get execution status and results

0 commit comments

Comments
 (0)