MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
442 stars 155 forks source link

enable API version 6.0 for Get-VSTeamUserEntitlement #459

Closed mnieto closed 1 year ago

mnieto commented 2 years ago

PR Summary

Allows to take advantage of the filter parameter defined in the API v6.0 Defines a new parameterset specific for v6.0 onwards, and ensure that the existing top and skip parameters only can be executed with lower API versions

Fix #388

PR Checklist

mnieto commented 2 years ago

@SebastianSchuetze , I sent my comments regarding to the _countParameters function. What direction should I get?