MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
445 stars 155 forks source link

Addressing Issue #373 #377

Closed DarqueWarrior closed 3 years ago

DarqueWarrior commented 3 years ago

PR Summary

Azure DevOps only returns 100 projects unless you override the top value. This PR allows you to set a default value of projects to return. This will allow tab completion and validation to work on all projects.

PR Checklist