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

Added cmdlets for add, get and remove for classification nodes, iterations and areas #286

Closed SebastianSchuetze closed 4 years ago

SebastianSchuetze commented 4 years ago

PR Summary

Adding the follwoing cmdlet

the last for only use the more basic functions using the ClassificationNode. But inproves usability and are basically just a wrapper.

PR Checklist

DarqueWarrior commented 4 years ago

I assume this is a work in progress? I only see one file changed.

SebastianSchuetze commented 4 years ago

Yes, it is WIP. Just wanted to make use of the pipelines already. Then we mark PRs as in Progress in the future.

SebastianSchuetze commented 4 years ago

276 is related

DarqueWarrior commented 4 years ago

You want me to help you convert these functions to use the attributes?

SebastianSchuetze commented 4 years ago

@DarqueWarrior yes, please. I guess you talk about the changes you made?

SebastianSchuetze commented 4 years ago

Finally got the unit tests running. Also added Get-VSTeamIteration and Get-VSTeamArea. Now we have Add, Get and Remove cmdlets completed with unit tests.

Also adjusted to the new project attribute. I saw that there is still 3-4 cmdlet who use the old approach. I will handle it in another PR.