StartAutomating/PSDevOps

Get-ADOTeam: Add -First and -Skip and support pagination

Opened this issue · 0 comments

Regarding issue #171 , it appears that Get-ADOTeam could use a couple more parameters and behaviors.

Specifically:

  • Get-ADOTeam should have -First
  • Get-ADOTeam should have -Skip
  • If the number of teams is equal to -First and -Skip is not provided, additional pages should be retrieved until no results are returned.