Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 885 Bytes

2.2.1.md

File metadata and controls

20 lines (12 loc) · 885 Bytes

TfsCmdlets Release Notes

Version 2.2.1 (10/Feb/2022)

This release adds support for the creation of Git forks, and fixes a few bugs.

New cmdlets

N/A

Improvements

  • Supports for Git forks. New-TfsGitRepository can now fork existing Git repositories, and Get-TfsGitRepository can retrieve information about the parent (forked) repository.

Fixes

  • Error when calling New-TfsWorkItem without specifying area/iteration paths (#158)
  • Error when calling New-TfsWorkItem passing backslash to area/iteration paths (#159)
  • Error when setting recursive area path value in Set-TfsTeam (#160)
  • Error when calling New-TfsTeam with DefaultAreaPath and/or BacklogIteration arguments set to non-existing paths