Skip to content

Issue-60 #61

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 24 commits into from
Jul 20, 2024
Merged

Issue-60 #61

merged 24 commits into from
Jul 20, 2024

Conversation

jeffpatton1971
Copy link
Contributor

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

@jeffpatton1971 jeffpatton1971 merged commit 5590313 into master Jul 20, 2024
@jeffpatton1971 jeffpatton1971 deleted the issue-60 branch July 20, 2024 04:15
xg-Ricky pushed a commit to xg-Ricky/AzDevOps that referenced this pull request Apr 9, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant