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-TfsWorkItem
would throw an error when the-Fields
parameter was "*". - Fixes a bug in
Invoke-TfsRestApi
where Azure DevOps APIs whose responses were missing thecontent-type
header would throw an error. - Fixes a bug in
Get-TfsArea
andGet-TfsIteration
where team projects containing Regex-reserved characters (such as parentheses) would throw an error. This bug would indirectly affectNew-TfsTeam
andSet-TfsTeam
due to their reliance on the same underlying class to handle area and iteration paths when creating/updating teams. - Fixes a bug in
Get-TfsWorkItem
where the-AreaPath
and-IterationPath
parameters 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.