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
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Register-SecretVault - Non terminating if vault exists
It could be useful if vault already existing was not a terminating error when calling
Register-SecretVault.To achieve that currently, I have to include in my script (that use remove vault) the following.
With the proposing non-terminating error change, simply ignoring the already exist non-terminating error using :
would be enough.