Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@jeffpatton1971 jeffpatton1971 released this 20 Jul 04:20
· 2 commits to master since this release
5590313

This release addresses an bug that was discovered in issue #56, the Get-AdoTeamMember function was failing. After digging into the problem it appears that the way in which I was generating the URI was introducing problems. To add to that, the amount of times we called back to functions just for validation was making troubleshooting confusing as well as the process seem much more heavy than it is.

What's Change:

  • I have removed nearly all the recursive calls within each function
  • A few issues were resolved with New-AdoRepository
    • The function wasn't able to determine if we were using the forked params
    • Renamed ParentRepository to ParentRepositoryId
  • Introduced an issue with Remove-AdoRepository
    • Removing the call to Get-AdoRepository means we can't pass the name of the repo
    • Added RepositoryId or a Repository object
  • Documentation updates

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0