fix object returned by new-pscredential
MikeLacher448 opened this issue · 1 comments
MikeLacher448 commented
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.
MikeLacher448 commented
fixed with #2