File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Compute/Compute.Autorest/examples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
### Example 1: Simple Example
2
2
``` powershell
3
- PS C:\> Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -RunCommandName 'firstruncommand'
3
+ PS C:\> Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -Location 'eastus' - RunCommandName 'firstruncommand'
4
4
5
5
Location Name Type
6
6
-------- ---- ----
7
- eastus firstruncommand2 Microsoft.Compute/virtualMachines/runCommands
7
+ eastus firstruncommand Microsoft.Compute/virtualMachines/runCommands
8
8
```
9
9
10
- The Set-AzVMRunCommand cmdlet updates properties for existing run command or adds a new run command to a virtual machine.
10
+ The Set-AzVMRunCommand cmdlet updates properties for existing run command or adds a new run command to a virtual machine.
You can’t perform that action at this time.
0 commit comments