AutomatedLab / AutomatedLab.Common

PowerShell module for daily administrative tasks and general helper functions
MIT License
65 stars 24 forks source link

Added cmdlets to manage agent capabilities #88

Closed nyanhp closed 4 years ago

nyanhp commented 4 years ago

/cc @constantinhager

This PR adds a couple of cmdlets for capabilities management. It is now possible to add, set and remove user-defined agent capabilities for supported API versions (5.1+).

Once we release a new version of AutomatedLab.Common, this will make its way into the TfsBuildWorker role, where we can onboard the build worker and modify the capabilities after onboarding it.

constantinhager commented 4 years ago

@nyanhp Thank you for the work.