Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 850 Bytes

2.0.0-beta.8.md

File metadata and controls

16 lines (9 loc) · 850 Bytes

TfsCmdlets Release Notes

Version 2.0.0-beta.8 (06/Sep/2019)

Improvements

  • Area/iteration cmdlets have been ported to the new REST API
  • New "generic" versions of the area/iteration cmdlets are now available. *-TfsClassificationNode cmdlets have a -StructureGroup argument that accepts either 'Areas' or 'Iterations'. Actually, area and iteration cmdlets (*-TfsArea and *-TfsIteration) are now merely aliases to their respective *-TfsClassificationNode counterparts.

Bug fixes

  • Fix a bug in Connect-TfsTeamProjectCollection when passing a credential (27dd30)

Known issues

  • Set-TfsArea and Set-TfsIteration no longer support reordering of node (-MoveBy argument). Still trying to figure out how to do it with the REST API