Skip to content

Commit

Permalink
Get-ADORepository: Making -PullRequest Mandatory.
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating committed Sep 14, 2020
1 parent 548cfa8 commit 42f113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Get-ADORepository.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
$Download,

# If set, will list pull requests related to a git repository.
[Parameter(ParameterSetName='git/repositories/{repositoryId}/pullrequests',ValueFromPipelineByPropertyName)]
[Parameter(Mandatory,ParameterSetName='git/repositories/{repositoryId}/pullrequests',ValueFromPipelineByPropertyName)]
[Alias('PR')]
[switch]
$PullRequest,
Expand Down

0 comments on commit 42f113b

Please sign in to comment.