Skip to content

Commit 62ec18f

Browse files
Update run-command.md
MicrosoftDocs/azure-docs#120419
1 parent fef4eef commit 62ec18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/servers/run-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following examples use [az connectedmachine run-command](/cli/azure/connecte
5353
This command delivers the script to the machine, executes it, and returns the captured output.
5454

5555
```azurecli
56-
az connectedmachine run-command create -name "myRunCommand" --machine-name "myMachine" --resource-group "myRG" --script "Write-Host Hello World!"
56+
az connectedmachine run-command create --name "myRunCommand" --machine-name "myMachine" --resource-group "myRG" --script "Write-Host Hello World!"
5757
```
5858

5959
### List all deployed RunCommand resources on a machine

0 commit comments

Comments
 (0)