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 Update-VSTeamAgent to update agent version #273

Closed woehrl01 closed 4 years ago

woehrl01 commented 4 years ago

PR Summary

Adds a new function which allows to update the agent version.

PR Checklist

DarqueWarrior commented 4 years ago

Does this call just force the pool to update the version of an agent? And where in the docs can I find this API call? I could not find it. The help description was not clear enough for me to understand what this does.

SebastianSchuetze commented 4 years ago

For documentation purposes, the API is not documented up it is updating the self-hosted agent service software when it is triggered.

We discussed some things, which I related with issue #278

image