Release 2.6.1+3491.1
Ouch! It's been a while since the last release! Sometimes life gets in the way, but I'm back!
This release fixes bugs in Get-TfsWorkItem, Get-TfsArea, Get-TfsIteration, Invoke-TfsRestApi, New-TfsTeam and Set-TfsTeam.
Fixes
- Fixes #211, where
Get-TfsWorkItemwould throw an error when the-Fieldsparameter was "*". - Fixes a bug in
Invoke-TfsRestApiwhere Azure DevOps APIs whose responses were missing thecontent-typeheader would throw an error. - Fixes a bug in
Get-TfsAreaandGet-TfsIterationwhere team projects containing Regex-reserved characters (such as parentheses) would throw an error. This bug would indirectly affectNew-TfsTeamandSet-TfsTeamdue to their reliance on the same underlying class to handle area and iteration paths when creating/updating teams. - Fixes a bug in
Get-TfsWorkItemwhere the-AreaPathand-IterationPathparameters would not work when the specified path either started with a backslash or did not contain the team project name. - Adds the installed module version to the Azure DevOps Shell startup command to prevent loading an older version of the module when the PSModulePath variable contains an older version of the module listed earlier in the search path.