/Azure-DevOps-Utils

Utils to use the Azure DevOps REST API

Primary LanguagePowerShellMIT LicenseMIT

Azure-DevOps-API-Utils

This is a PowerShell library to use the Azure DevOps REST API for Azure DevOps related tasks.

Azure DevOps Build Agent Pools

Supported Methods:

Method Functionality
Get-AzureDevOpsAgentPools Pools - Get Agent Pools
Add-AzureDevOpsAgentPool Pools - Add

Azure DevOps Deployment Pools

Supported Methods:

Method Functionality
Get-AzureDevOpsDeploymentGroups Deploymentgroups - List
Add-AzureDevOpsDeploymentGroup Deploymentgroups - Add:

Azure DevOps Build Agents

Supported Methods:

Method Functionality
Get-AzureDevOpsAgents Agents - List
Remove-AzureDevOpsAgent Agents - Delete

Azure DevOps Variablegroups

Supported Methods:

Method Functionality
Get-AzureDevOpsDeploymentGroups Variablegroups - Get Variable Groups
`Add-AzureDevOpsVariableGroup Variablegroups - Add
Update-AzureDevOpsVariableGroup Variablegroups - Update

Install & Un-Install Azure DevOps Agent

Method Functionality
Get-AzureDevOpsAgentInstallParameters Generate Command Line Parameter for config.cmd to Install the agent
Get-AzureDevOpsAgentUnInstallParameters Generate Command Line Parameter for config.cmd to Un-Install the agent