This repository contains a few PowerShell scripts that use the Azure DevOps REST APIs and Azure DevOps CLI (the Azure CLI with Azure DevOps extension) to interact with Azure DevOps:
- Retrieve organization information (e.g.
id
) with get_organization.ps1
- Validate whether backlog order honors dependencies with validate_backlog_order.ps1
- Determine agent release for operating system & processor architecture with get_agent_version.ps1
- Install the agent using install_agent.ps1
- List build & release tasks with list_tasks.ps1
- List deprecated Pipelines tasks and their usage with list_deprecated_tasks.ps1
This script is intended to be used from the list-deprecated-tasks.yml pipeline
- The azure-identity-scripts repository contains various scripts that interact with Azure Active Directory e.g. to manage Service Connections
- The azure-pipeline-examples repository contains YAML that covers some scripting examples e.g. handling scripting errors