azure-mgmt-containerregistrytasks
Microsoft Azure Containerregistrytasks Management Client Library for Python
What it is and what it does
This is the Microsoft Azure SDK client library for managing Container Registry tasks in Python. It provides programmatic access to Azure Container Registry task operations—creating, updating, and running tasks; managing agent pools; and configuring task steps and triggers. The library wraps the Azure management API and requires authentication via Azure Active Directory, typically configured through environment variables.
The package is in beta (1.0.0b1) and has undergone recent breaking changes, particularly around hybrid model support and property restructuring. It depends on azure-mgmt-core for base SDK functionality, isodate for date handling, and typing-extensions for type hints. It supports Python 3.9 and later, and is actively maintained as part of the broader Azure SDK for Python.
Use it for:
- Automate Container Registry task creation and execution from Python applications or CI/CD pipelines.
- Manage agent pool configuration and scaling for distributed task execution in Azure.
- Programmatically update and monitor task runs, including encoded and file-based task steps.
- Integrate Container Registry task management into infrastructure-as-code or DevOps automation workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python client library for managing Azure Container Registry tasks, including agent pools, task runs, and task configurations through the Azure management API.
Yes, if you need to manage Azure Container Registry tasks programmatically from Python and can tolerate beta-level breaking changes. The package has low install friction, active maintenance, and no known vulnerabilities. However, verify the license terms before production use (currently unclear in metadata) and expect potential API changes as it moves toward stable release.
Install
azure-mgmt-containerregistrytasks on PyPI
pip
pip install azure-mgmt-containerregistrytasksuv
uv add azure-mgmt-containerregistrytaskspoetry
poetry add azure-mgmt-containerregistrytasksInstalling azure-mgmt-containerregistrytasks
Before you install
Low install friction with three lightweight runtime dependencies. Active maintenance with recent commits; however, this is a beta release (1.0.0b1) so breaking changes are expected between versions.
License in practice
License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata, so you cannot verify licensing terms before use.
Quickstart
pip install azure-mgmt-containerregistrytasks
from azure.mgmt.containerregistrytasks import ContainerRegistryTasksMgmtClient
from azure.mgmt.core import get_credentials
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ContainerRegistryTasksMgmtClient(credential=get_credentials(), subscription_id=sub_id)
Requires Python 3.9+, Azure subscription, and environment variables AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, and AZURE_SUBSCRIPTION_ID for authentication.
Verify before relying
- Whether the beta status (1.0.0b1) indicates imminent stable release or ongoing development with unpredictable breaking changes.
- Scope and stability of the hybrid model migration path referenced in breaking changes documentation.
- Real-world compatibility with specific Azure Container Registry API versions.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — isodate, azure-mgmt-core, typing-extensions |
| Maintenance | actively maintained — 151 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,950,685/month — #2,436 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_containerregistrytasks-1.0.0b1-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
azure-mgmt-containerregistryManages Azure Container Registry…
unclear · top 5,000 on PyPI
azure-cli-acrProvides the Azure CLI 'acr' command module for…
permissive · top 15,000 on PyPI
azure-mgmt-domainregistrationManages Azure domain registrations…
permissive · top 5,000 on PyPI
azure-containerregistryClient library for managing container images,…
permissive · top 5,000 on PyPI
azure-mgmt-appcontainersProvides a Python client library for managing…
permissive · top 5,000 on PyPI
azure-mgmt-containerinstanceManages Azure Container Instances—create,…
permissive · top 5,000 on PyPI
azure-mgmt-resourceProvides Python bindings to manage Azure…
permissive · top 1,000 on PyPI
azure-mgmt-commerceProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-storageManages Azure Storage accounts, containers,…
permissive · top 5,000 on PyPI
azure-schemaregistry-avroserializerSerializes and deserializes Avro data using…
permissive · top 15,000 on PyPI