We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ce1fca + 30db84d commit d152145Copy full SHA for d152145
src/ResourceManager/Compute/Commands.Compute/help/Remove-AzureRmVMSecret.md
@@ -23,7 +23,7 @@ The Remove-AzureRmVMSecret cmdlet removes (a) secret(s) from a virtual machine o
23
24
### Example 1
25
```
26
-PS C:\> Get-AzureRmVM -ResourceGroupName "rg1" -Name "vm1" | Remove-AzureRmVM | Update-AzureRmVM
+PS C:\> Get-AzureRmVM -ResourceGroupName "rg1" -Name "vm1" | Remove-AzureRmVMSecret | Update-AzureRmVM
27
28
29
Removes all secrets from a virtual machine "vm1" in resource group "rg1" and update the VM
0 commit comments