Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created April 17, 2017 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/5892377f9952506199c1d3843a028cd8 to your computer and use it in GitHub Desktop.
Save PlagueHO/5892377f9952506199c1d3843a028cd8 to your computer and use it in GitHub Desktop.
Remove a secret from an Azure Key Vault
Remove-AzureKeyVaultSecret -VaultName $keyVaultName -Name 'MyAdminPassword' -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment