skillfed

azure-mgmt-quota

Microsoft Azure Quota Management Client Library for Python

azure-mgmt-quota v3.0.1 169.6K downloads/30d#10,415 on PyPI5,588
License unclear Active released

What it is and what it does

azure-mgmt-quota is the official Microsoft Azure SDK client library for managing quotas and resource limits in Azure. It provides programmatic access to the Azure Quota Management API, enabling you to query current quota limits, request quota increases, track allocation status, and manage group quotas across subscriptions.

The package is built on top of azure-mgmt-core and integrates with Azure Active Directory for authentication. It requires Python 3.9+ and is actively maintained as part of the broader Azure SDK for Python. Version 3.0.0 introduced significant structural changes including hybrid models and new operation groups for group quota management, so upgrading from v2.x requires attention to migration guidance.

Use it for:

  • Request quota increases for compute, storage, or networking resources in Azure subscriptions programmatically.
  • Monitor current quota usage and limits across multiple Azure resources and subscriptions.
  • Manage group quotas and enforce quota allocations across teams or departments in enterprise Azure environments.
  • Automate quota provisioning workflows as part of infrastructure-as-code or cloud governance pipelines.
  • Track the status of pending quota requests and receive updates on approval or denial.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Manages Azure resource quotas and usage limits programmatically via the Azure Quota Management API, allowing you to query, request, and track quota allocations across Azure subscriptions.

Yes, if you need to manage Azure quotas programmatically and have an Azure subscription with proper authentication configured. The package is actively maintained, has no known vulnerabilities, and integrates cleanly with the Azure SDK ecosystem. However, verify the license terms in the repository first, and be aware that v3.0.0 introduced breaking changes if upgrading from v2.x.

Install

azure-mgmt-quota on PyPI

pip

pip install azure-mgmt-quota

uv

uv add azure-mgmt-quota

poetry

poetry add azure-mgmt-quota

Installing azure-mgmt-quota

Before you install

Low install friction; wheel-only distribution. Maintenance is active with recent releases and a live repository. Requires Python 3.9+ and three lightweight runtime dependencies (isodate, azure-mgmt-core, typing-extensions).

License in practice

License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms in the GitHub repository before use in proprietary or restricted contexts.

Quickstart

pip install azure-mgmt-quota

from azure.mgmt.quota import QuotaMgmtClient
from azure.identity import DefaultAzureCredential
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = QuotaMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Requires 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 license is MIT, Apache 2.0, or another open-source license (not declared in package metadata)
  • Stability of the v3.0.0 breaking changes and whether migration from v2.x is straightforward for existing users

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 — 309 days since the last release
Last repo commit
First released
Downloads 169,594/month — #10,415 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_mgmt_quota-3.0.1-py3-none-any.whl

Keywords: azure, azure sdk

Development Status :: 5 - Production/StableProgramming 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 quota managementazure resource limits apimanage azure quotasazure subscription quotasazure quota requeststrack azure usage limitsazure quota client library
azure-sdkcloud-managementquota-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-reservations

Manages Azure Reservations and Savings Plans…

permissive · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-batch

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-managementgroups

Provides a Python client library to manage…

permissive · top 5,000 on PyPI

azure-mgmt-resource-subscriptions

Manages Azure subscriptions and related…

permissive · top 15,000 on PyPI

azure-mgmt-monitor

Provides programmatic access to Azure Monitor…

permissive · top 5,000 on PyPI

azure-mgmt-web

Provides programmatic management of Azure Web…

permissive · top 5,000 on PyPI

azure-mgmt-costmanagement

Provides Python bindings to the Azure Cost…

permissive · top 5,000 on PyPI

azure-mgmt-storage

Manages Azure Storage accounts, containers,…

permissive · top 5,000 on PyPI

azure-mgmt-resource-deployments

Manages Azure resource deployments…

permissive · top 5,000 on PyPI