diff --git a/src/Compute/Compute.Autorest/examples/Set-AzVMRunCommand.md b/src/Compute/Compute.Autorest/examples/Set-AzVMRunCommand.md index dbe10c9e6deb..cce9c6484edd 100644 --- a/src/Compute/Compute.Autorest/examples/Set-AzVMRunCommand.md +++ b/src/Compute/Compute.Autorest/examples/Set-AzVMRunCommand.md @@ -1,10 +1,10 @@ ### Example 1: Simple Example ```powershell -PS C:\> Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -RunCommandName 'firstruncommand' +PS C:\> Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -Location 'eastus' -RunCommandName 'firstruncommand' Location Name Type -------- ---- ---- -eastus firstruncommand2 Microsoft.Compute/virtualMachines/runCommands +eastus firstruncommand Microsoft.Compute/virtualMachines/runCommands ``` -The Set-AzVMRunCommand cmdlet updates properties for existing run command or adds a new run command to a virtual machine. \ No newline at end of file +The Set-AzVMRunCommand cmdlet updates properties for existing run command or adds a new run command to a virtual machine.