cdhunt / SecretManagement.1Password

This is a SecretManagement extension for 1Password.
MIT License
22 stars 14 forks source link

Set-Secret does not handle a Secret that is of type String #17

Open DonPwrShellHunt opened 3 years ago

DonPwrShellHunt commented 3 years ago

$Secret.GetType().IsValueType is False when a string is passed as the parameter Secret in Set-Secret. The switch statement does not handle this case, and the logic fails.