-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add teams api #68
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
Conversation
|
Hi Yuhnix, sorry for the delay, will look into it asap. |
… in Get-AzDoAllTeams
…in Get-AzDoProjectTeams
…or clarity and streamline function logic
…nsistency and improve output structure
…istency across cmdlets
…erminatingError for improved consistency
AzureDevOpsPowerShell/Public/Api/Core/Teams/Get-AzDoAllTeams.ps1
Outdated
Show resolved
Hide resolved
AzureDevOpsPowerShell/Public/Api/Core/Teams/Get-AzDoAllTeams.ps1
Outdated
Show resolved
Hide resolved
AzureDevOpsPowerShell/Public/Api/Core/Teams/Get-AzDoAllTeams.ps1
Outdated
Show resolved
Hide resolved
AzureDevOpsPowerShell/Public/Api/Core/Teams/Get-AzDoAllTeams.ps1
Outdated
Show resolved
Hide resolved
AzureDevOpsPowerShell/Public/Api/Core/Teams/Get-AzDoAllTeams.ps1
Outdated
Show resolved
Hide resolved
AzureDevOpsPowerShell/Public/Api/Core/Teams/Get-AzDoAllTeams.ps1
Outdated
Show resolved
Hide resolved
AzureDevOpsPowerShell/Public/Api/Core/Teams/Get-AzDoProjectTeams.ps1
Outdated
Show resolved
Hide resolved
|
Cheers for the PR @yuhnix. Added a removal and fixed our faulty error handling on the statement terminating errors. |
|
We discussed this with the team. #72 has a similar, more complete implementation. I'll try to integrate your suggested functionality there. Thank you for your time and commitment. |
Added teams api
Description
Added teams api to create, list and update teams in azure devops
Related Issue
Motivation and Context
To create/update/get azure devops teams and to create boards (which are automatically created when a new team is created)
How Has This Been Tested?
I created created/updated/get azure devops teams in my test enviroment using this api
Screenshots (if appropriate):
Types of changes
Checklist: