SecretManagement.1Password icon indicating copy to clipboard operation
SecretManagement.1Password copied to clipboard

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

Open DonPwrShellHunt opened this issue 5 years ago • 0 comments

$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.

DonPwrShellHunt avatar Nov 29 '20 21:11 DonPwrShellHunt