-
Notifications
You must be signed in to change notification settings - Fork 156
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
Added cmdlets for add, get and remove for classification nodes, iterations and areas #286
Added cmdlets for add, get and remove for classification nodes, iterations and areas #286
Conversation
I assume this is a work in progress? I only see one file changed. |
Yes, it is WIP. Just wanted to make use of the pipelines already. Then we mark PRs as in Progress in the future. |
#276 is related |
You want me to help you convert these functions to use the attributes? |
@DarqueWarrior yes, please. I guess you talk about the changes you made? |
…om/RazorSPoint/vsteam into topic/Add-VSTeamClassificationNode
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. |
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