Closed lipkau closed 6 years ago
Changed the way Credentials are passed to the functions. These changes are 100% backwards compatible but add new functionality:
Get-JiraIssue -Credential "lipkau"
lipkau is a string. This was not possible before this change. Now, -Credential will call Get-Credential -UserName $_ when a string is provided.
lipkau
-Credential
Get-Credential -UserName $_
Improve usability
Description
Changed the way Credentials are passed to the functions. These changes are 100% backwards compatible but add new functionality:
lipkau
is a string. This was not possible before this change. Now,-Credential
will callGet-Credential -UserName $_
when a string is provided.Motivation and Context
Improve usability
Types of changes
Checklist: