-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when calling Get-SecretStoreConfiguration
and Set-Secret
#56
Comments
I have not seen this error. I suspect there may be some conflict between previous versions. Make sure you uninstall any previous versions of SecretStore and SecretManagement. Also try unregistering any extension vaults and re-register. Be sure and try with a new instance of PowerShell shell. If you continue seeing this, examine the error record exception and innerexception that includes stack information. $err = Get-Error
$err.Exception
$err.Exception.StackTrace
$err.Exception.InnerException
$err.Exception.InnerException.StackStrace Otherwise, I would need a repro. |
Or just run Reset-SecretStore |
Thanks, @PaulHigin. I initially had installed a preview version which I deleted.
|
I installed both
SecretStore
andSecretManagement
modules and tried to follow the examples in the blog post announcing the release. However, I get the exceptions shown below:PS Version info:
The text was updated successfully, but these errors were encountered: