Skip to content

Commit 8bfa101

Browse files
authored
Fixed typos
1 parent 61ecdf4 commit 8bfa101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/Compute.Autorest/examples/Set-AzVMRunCommand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Example 1: Simple Example
22
```powershell
3-
Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -Location $location -RunCommandName 'firstruncommand'
3+
pPS C: Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -Location 'eastus' -RunCommandName 'firstruncommand'
44
55
Location Name Type
66
-------- ---- ----

0 commit comments

Comments
 (0)