You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is common a user may be pipelining unregistrations, so commands like Get-SecretVault | Unregister-SecretVault which can unregister a ton of vaults should not be allowed to happen without at least some sort of confirmation
The text was updated successfully, but these errors were encountered:
Thanks @JustinGrote we made this choice to follow the pattern of other Unregister cmdlets in PowerShell (like scheduled jobs), and because it does not necessarily remove the underlying vault, however we will leave this open for discussion
It is common a user may be pipelining unregistrations, so commands like
Get-SecretVault | Unregister-SecretVault
which can unregister a ton of vaults should not be allowed to happen without at least some sort of confirmationThe text was updated successfully, but these errors were encountered: