Release 2.3.0+2718.3
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 toNew-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
andGet-TfsTeamAdmin
would not return group members - Under some circumstances
New-TfsTeam
would not respect-NoDefaultArea
and-NoBacklogIteration