Azure DevOps Hosted Agents - Add Tool (PS Module) to agent
I am wondering if there is an easy way to incorporate an extra tool to one of the default Microsoft hosted agent pools (specifically VS2017). Basically, I want to add some of the extra ARM powershell modules that are not installed by default as only the core set of modules are installed; i.e. I am looking to leverage some of the extra modules such as AAD as part of the deplyment pipeline, e.g. to create an AAD role definition. I guess the same would be true for CLI extensions if I was using the CLI instead of PS. Essentially, I am wondering if I have to use my own agent on a self hosted agent