We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6277201 commit 1edb9a1Copy full SHA for 1edb9a1
Source/Public/Get-VSTeamUserEntitlement.ps1
@@ -46,7 +46,7 @@ function Get-VSTeamUserEntitlement {
46
# or supported version is not correct with the type of API call
47
$paramCounter = _countParameters -BoundParameters $PSBoundParameters
48
49
- $paramset = 'PagedParams', 'PagedFilter'
+ $paramset = 'PagedParams', 'PagedFilter','ById'
50
if ($paramCounter -eq 0) {
51
_supportsMemberEntitlementManagement
52
} elseif ($paramset -contains $PSCmdlet.ParameterSetName) {
0 commit comments