Skip to content

Commit 1edb9a1

Browse files
author
Sebastian S Schütze
committed
fix: user entitlement not allowing for new api when using Id parameter
1 parent 6277201 commit 1edb9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Public/Get-VSTeamUserEntitlement.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Get-VSTeamUserEntitlement {
4646
# or supported version is not correct with the type of API call
4747
$paramCounter = _countParameters -BoundParameters $PSBoundParameters
4848

49-
$paramset = 'PagedParams', 'PagedFilter'
49+
$paramset = 'PagedParams', 'PagedFilter','ById'
5050
if ($paramCounter -eq 0) {
5151
_supportsMemberEntitlementManagement
5252
} elseif ($paramset -contains $PSCmdlet.ParameterSetName) {

0 commit comments

Comments
 (0)