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
- Updated README.md to correct broken links by @marknoble in #59
- Issue-60 by @jeffpatton1971 in #61
New Contributors
- @marknoble made their first contribution in #59
Full Changelog: v2.1.0...v3.0.0