azure-mgmt-marketplaceordering
Microsoft Azure Marketplaceordering Management Client Library for Python
What it is and what it does
azure-mgmt-marketplaceordering is the official Microsoft Azure SDK client for managing marketplace ordering agreements. It provides a Python interface to query, sign, and cancel marketplace terms tied to your Azure subscription. The package wraps Azure REST APIs and handles authentication through Azure Active Directory, requiring environment variables for credentials and subscription ID.
The library is part of the broader Azure SDK ecosystem and depends on azure-mgmt-core for common Azure management patterns, isodate for date/time handling, and typing-extensions for type hints. It targets Python 3.9 and later, with active testing on Python 3.10, 3.11, 3.12, and 3.13. The package is production-stable and actively maintained by Microsoft.
Use it for:
- Automate acceptance of marketplace software licensing terms when provisioning resources via Infrastructure as Code.
- Query current marketplace agreements and terms linked to your Azure subscription programmatically.
- Cancel or revoke marketplace ordering agreements without manual Azure Portal interaction.
- Integrate marketplace agreement management into Azure resource deployment pipelines.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Manages Azure Marketplace ordering agreements and operations through the Azure SDK, allowing you to query, sign, and cancel marketplace terms programmatically.
Yes. This is an official, actively maintained Microsoft SDK with low install friction, no known vulnerabilities, and clear production-stable status. Install it if you need to manage Azure Marketplace ordering agreements programmatically or as part of Azure automation workflows. Requires Python 3.9+ and Azure credentials configured via environment variables.
Install
azure-mgmt-marketplaceordering on PyPI
pip
pip install azure-mgmt-marketplaceorderinguv
uv add azure-mgmt-marketplaceorderingpoetry
poetry add azure-mgmt-marketplaceorderingInstalling azure-mgmt-marketplaceordering
Before you install
Low install friction with a pure Python wheel. Actively maintained—last commit 2026-08-14, released 88 days ago. Depends on three stable runtime packages: isodate, azure-mgmt-core, and typing-extensions.
Quickstart
pip install azure-mgmt-marketplaceordering
from azure.mgmt.marketplaceordering import MarketplaceOrderingAgreements
from azure.identity import DefaultAzureCredential
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = MarketplaceOrderingAgreements(credential=DefaultAzureCredential(), subscription_id=sub_id)
Requires Python 3.9+. 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 package supports async operations via an aio namespace (mentioned in release notes but not confirmed in current version 1.1.1)
- Full scope of marketplace agreement operations beyond query, sign, and cancel
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 — 88 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 7,041,237/month — #1,792 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_marketplaceordering-1.1.1-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-commerceProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-msiManages Azure Managed Service Identities…
permissive · top 5,000 on PyPI
azure-mgmt-iothubprovisioningservicesManages Azure IoT Hub Provisioning Services…
permissive · top 5,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-subscriptionProvides Python client library for managing…
permissive · top 5,000 on PyPI
azure-mgmt-resource-subscriptionsManages Azure subscriptions and related…
permissive · top 15,000 on PyPI
azure-mgmt-advisorProvides Python bindings to interact with Azure…
unclear · top 5,000 on PyPI
azure-mgmt-searchManages Azure Cognitive Search services through…
permissive · top 5,000 on PyPI
azure-commonProvides shared utilities and common code for…
permissive · top 1,000 on PyPI