skillfed

azure-mgmt-containerregistrytasks

Microsoft Azure Containerregistrytasks Management Client Library for Python

azure-mgmt-containerregistrytasks v1.0.0b1 4.0M downloads/30d#2,436 on PyPI5,588
License unclear Active released

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-containerregistrytasks

uv

uv add azure-mgmt-containerregistrytasks

poetry

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 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

Development Status :: 4 - BetaProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

azure container registry managementazure tasks client libraryacr task automation pythonazure mgmt containerregistrytaskscontainer registry task orchestration
azure-sdkcontainer-registrycloud-management

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azure-mgmt-containerregistry

Manages Azure Container Registry…

unclear · top 5,000 on PyPI

azure-cli-acr

Provides the Azure CLI 'acr' command module for…

permissive · top 15,000 on PyPI

azure-mgmt-domainregistration

Manages Azure domain registrations…

permissive · top 5,000 on PyPI

azure-containerregistry

Client library for managing container images,…

permissive · top 5,000 on PyPI

azure-mgmt-appcontainers

Provides a Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-containerinstance

Manages Azure Container Instances—create,…

permissive · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-commerce

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-storage

Manages Azure Storage accounts, containers,…

permissive · top 5,000 on PyPI

azure-schemaregistry-avroserializer

Serializes and deserializes Avro data using…

permissive · top 15,000 on PyPI