Skip to content

Commit 44ffae3

Browse files
Merge pull request #268013 from MonikaReddy-MSFT/patch-326
Update run-command.md
2 parents e6c2273 + 62ec18f commit 44ffae3

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
@@ -54,7 +54,7 @@ The following examples use [az connectedmachine run-command](/cli/azure/connecte
5454
This command delivers the script to the machine, executes it, and returns the captured output.
5555

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

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

0 commit comments

Comments
 (0)