Skip to content

Release 2.3.0+2718.3

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 05:12
63c04ab

This release adds initial support for Azure Artifacts and fixes a few bugs related to team membership handling.

New cmdlets

Artifacts

Git

Improvements

  • Add -AreaPaths argument to New-TfsTeam so team area paths can be defined at team creation time.
  • Get-TfsWorkItem supports long result sets again. In the previous release, query results were limited to 200 work items due to a limitation in the Azure DevOps "Get Work Items Batch" API. In this version we added back the original behavior as a fallback logic: to fetch work items one at a time to circumvent the limitation. Though slower, it can fetch any number of work items (fixes #164).

Fixes

  • Add-TfsTeamAdmin limited team administrators to users (groups could not be added as admins), even though Azure DevOps supports it. This release lifts this restriction.
  • Fixes a bug introduced in the last version where Get-TfsTeamMember and Get-TfsTeamAdmin would not return group members
  • Under some circumstances New-TfsTeam would not respect -NoDefaultArea and -NoBacklogIteration