Skip to content

Commit d152145

Browse files
authored
Merge pull request Azure#4641 from mcnemesis/patch-1
Fix a command in the Example code
2 parents 9ce1fca + 30db84d commit d152145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Remove-AzureRmVMSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Remove-AzureRmVMSecret cmdlet removes (a) secret(s) from a virtual machine o
2323

2424
### Example 1
2525
```
26-
PS C:\> Get-AzureRmVM -ResourceGroupName "rg1" -Name "vm1" | Remove-AzureRmVM | Update-AzureRmVM
26+
PS C:\> Get-AzureRmVM -ResourceGroupName "rg1" -Name "vm1" | Remove-AzureRmVMSecret | Update-AzureRmVM
2727
```
2828

2929
Removes all secrets from a virtual machine "vm1" in resource group "rg1" and update the VM

0 commit comments

Comments
 (0)