microsoft/PSCredentialTools

fix object returned by new-pscredential

MikeLacher448 opened this issue · 1 comments

When storing credentials in Azure KeyVault, new-pscredential returns both the credential object and the keyvault secret object.

New-PSCredential should only return the credential object.

fixed with #2