Manage Azure Pipelines resources. Part of
azure-cli(also known asaz). More information: https://learn.microsoft.com/cli/azure/pipelines.
az pipelines create {{[--org|--organization]}} {{organization_url}} {{[-p|--project]}} {{project_name}} --name {{pipeline_name}} --description {{description}} --repository {{repository_name}} --branch {{branch_name}}
az pipelines delete {{[--org|--organization]}} {{organization_url}} {{[-p|--project]}} {{project_name}} --id {{pipeline_id}}
az pipelines list {{[--org|--organization]}} {{organization_url}} {{[-p|--project]}} {{project_name}}
az pipelines run {{[--org|--organization]}} {{organization_url}} {{[-p|--project]}} {{project_name}} --name {{pipeline_name}}
az pipelines show {{[--org|--organization]}} {{organization_url}} {{[-p|--project]}} {{project_name}} --name {{pipeline_name}}
az pipelines update {{[--org|--organization]}} {{organization_url}} {{[-p|--project]}} {{project_name}} --name {{pipeline_name}} --new-name {{pipeline_new_name}} --new-folder-path {{user1/production_pipelines}}
az pipelines agent list {{[--org|--organization]}} {{organization_url}} --pool-id {{agent_pool}}