--- id: azure-mgmt-managementpartner version: "1.0.1" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-managementpartner — Microsoft Azure Managementpartner Management Client Library for Python License: unclear · Maintenance: active · Downloads: 1.6M/mo ## What it is and what it does This is the official Microsoft Azure SDK client library for managing Azure Management Partner resources. It provides a Python interface to the Azure Resource Manager API for partner-related operations, built on the modern azure-mgmt-core framework with type annotations. The package depends on isodate, azure-mgmt-core, and typing-extensions. It requires Python 3.9+ and is actively maintained with production-stable status and no known security vulnerabilities. Authentication is handled through Azure Active Directory environment variables. Use it for: - Programmatically manage Azure Management Partner relationships and configurations from Python applications - Integrate partner management operations into Azure automation workflows and infrastructure-as-code scripts - Query and retrieve partner information and status through the ACEProvisioningManagementPartnerAPI client ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a Python client library for managing Azure Management Partner resources through the Azure Resource Manager API. Yes. This is an official, actively maintained Microsoft library with low install friction, no security issues, and stable production status. Install it if you need to manage Azure Management Partner resources from Python; skip it if you don't work with Azure partners. ## Install pip install azure-mgmt-managementpartner uv add azure-mgmt-managementpartner poetry add azure-mgmt-managementpartner ## Installing azure-mgmt-managementpartner Before you install: Low friction install with a small, stable dependency footprint of three runtime dependencies. The package is actively maintained with recent releases and no known vulnerabilities. Quickstart: pip install azure-mgmt-managementpartner from azure.mgmt.managementpartner import ACEProvisioningManagementPartnerAPI from azure.mgmt.core import credentials client = ACEProvisioningManagementPartnerAPI(credential=credential) Requires Python 3.9+. Azure authentication credentials (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET) must be configured as environment variables. Verify before relying: - Specific operations and methods available on the ACEProvisioningManagementPartnerAPI client - Whether async operations are available in the aio namespace as mentioned in release history ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 1.6M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure management partner client, azure sdk management, azure resource manager python, ace provisioning management, azure partner management api, azure-sdk, cloud-management [View on SkillFed](https://skillfed.io/packages/azure-mgmt-managementpartner) · [View on PyPI](https://pypi.org/project/azure-mgmt-managementpartner/)