Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Get-VSTeamGitRepository fails when not specifying project name #36

Closed
davidroberts63 opened this issue Jan 16, 2018 · 3 comments
Closed

Comments

@davidroberts63
Copy link
Contributor

The docs say 'gets all repositories in your visual studio team services account, or a specific project'. But when running without specifying the ProjectName parameter the function fails.

To reproduce:

Add-VSTeamAccount -Account "YourAccountName" -PersonalAccessToken "YourAccessToken"
Gete-VSTeamGitRepository

I was expecting it to return all the git repositories within the VSTS account, across all projects.

It works fine when specifying a project name though. Just not lining up with docs and parameter requirements.

@DarqueWarrior
Copy link
Collaborator

Sorry for delay. Let me see what is going on.

@DarqueWarrior
Copy link
Collaborator

I will be submitting a fix today. Running tests now.

@DarqueWarrior
Copy link
Collaborator

Version 2.1.2 has the fix. Thanks again for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants