Skip to content

Commit

Permalink
Exact in Get-JiraUser is not applicable for -Self set
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Poręba committed Jan 10, 2019
1 parent adf6e40 commit acff336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JiraPS/Public/Get-JiraUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ function Get-JiraUser {
[System.Management.Automation.Credential()]
$Credential = [System.Management.Automation.PSCredential]::Empty,

[Parameter()]
[Parameter( ParameterSetName = 'ByInputObject' )]
[Parameter( ParameterSetName = 'ByUserName' )]
[Switch]$Exact
)

Expand Down

0 comments on commit acff336

Please sign in to comment.