Inedo / inedox-windows

Windows extension for Otter and BuildMaster.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Allows $PsCredential function to reference UserNamePassword credentials #70

Closed jrasch closed 4 years ago

jrasch commented 5 years ago

Currently, the function arguments are username and password, which requires $CredentialProperty on an existing set of credentials. The function should also be able to accept a name of an existing instance of UserNamePasswordCredentials and use those as well.