Category: automation

We often face the challenge of integrating many tools. If we use PowerShell to automate our infrastructure or to build simple scripts, we may need to use the API request call using PowerShell. The following example demonstrates the use of sending an API request to Azure DevOps to add an agent pool.

Related Articles