You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My module, Carbon, has some functions written before I knew what I was doing that take in UserName/Password instead of a credential. I plan on adding credential parameters, but because of backwards-comparability, I have to leave the original UserName/Password parameters in place.
I'd like PSAvoidUsingUserNameAndPassWordParams to pass if a function has a credential parameter in addition to UserName/Password.