--- id: azure-mgmt-containerregistrytasks version: "1.0.0b1" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-containerregistrytasks — Microsoft Azure Containerregistrytasks Management Client Library for Python License: unclear · Maintenance: active · Downloads: 4.0M/mo ## 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 above — 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 pip install azure-mgmt-containerregistrytasks uv add azure-mgmt-containerregistrytasks poetry add azure-mgmt-containerregistrytasks ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 4.0M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure container registry management, azure tasks client library, acr task automation python, azure mgmt containerregistrytasks, container registry task orchestration, azure-sdk, container-registry, cloud-management [View on SkillFed](https://skillfed.io/packages/azure-mgmt-containerregistrytasks) · [View on PyPI](https://pypi.org/project/azure-mgmt-containerregistrytasks/)