skillfed

azure-mgmt-marketplaceordering

Microsoft Azure Marketplaceordering Management Client Library for Python

azure-mgmt-marketplaceordering v1.1.1 7.0M downloads/30d#1,792 on PyPI5,588
License unclear Active released

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

uv

uv add azure-mgmt-marketplaceordering

poetry

poetry add azure-mgmt-marketplaceordering

Installing 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

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 marketplace ordering clientazure sdk marketplace agreementsmanage azure marketplace termsazure mgmt marketplaceazure subscription marketplace ordering
azure-sdkcloud-management

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-commerce

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-msi

Manages Azure Managed Service Identities…

permissive · top 5,000 on PyPI

azure-mgmt-iothubprovisioningservices

Manages Azure IoT Hub Provisioning Services…

permissive · top 5,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-subscription

Provides Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-resource-subscriptions

Manages Azure subscriptions and related…

permissive · top 15,000 on PyPI

azure-mgmt-advisor

Provides Python bindings to interact with Azure…

unclear · top 5,000 on PyPI

azure-mgmt-search

Manages Azure Cognitive Search services through…

permissive · top 5,000 on PyPI

azure-common

Provides shared utilities and common code for…

permissive · top 1,000 on PyPI