Skip to content

Issue-60 - #61

Merged
jeffpatton1971 merged 24 commits into
masterfrom
issue-60
Jul 20, 2024
Merged

Issue-60#61
jeffpatton1971 merged 24 commits into
masterfrom
issue-60

Conversation

@jeffpatton1971

Copy link
Copy Markdown
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 masterJul 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
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jeffpatton1971