Closed
Description
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.