- 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.
- Fix a bug in Connect-TfsTeamProjectCollection when passing a credential (27dd30)
- 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