Skip to content

Commit 61ecdf4

Browse files
authored
Update src/Compute/Compute.Autorest/examples/Set-AzVMRunCommand.md
1 parent 72e0de3 commit 61ecdf4

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-
PS C:\> Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -Location $locationname -RunCommandName 'firstruncommand'
3+
Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -Location $location -RunCommandName 'firstruncommand'
44
55
Location Name Type
66
-------- ---- ----

0 commit comments

Comments
 (0)