Skip to content

Commit ee15c0e

Browse files
authored
Merge pull request #189719 from axelgMS/patch-36
Update run-command-managed.md
2 parents df2ac3b + a562dd6 commit ee15c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ az vm run-command list --name "myVM" --resource-group "myRG"
5858
This command will retrieve current execution progress, including latest output, start/end time, exit code, and terminal state of the execution.
5959

6060
```azurecli-interactive
61-
az vm run-command show --name "myRunCommand" --vm-name "myVM" --resource-group "myRG" --expand
61+
az vm run-command show --name "myRunCommand" --vm-name "myVM" --resource-group "myRG" --instance-view
6262
```
6363

6464
### Delete RunCommand resource from the VM

0 commit comments

Comments
 (0)