azure-mgmt-managedservices
Microsoft Azure Managedservices Management Client Library for Python
What it is and what it does
This is the official Python client library for Azure Managed Services, part of the Microsoft Azure SDK. It provides programmatic access to Azure's delegated resource management capabilities, allowing you to manage lighthouse registrations, delegated subscriptions, and related resources through Python code.
The package requires Python 3.9+ and depends on isodate, azure-mgmt-core, and typing-extensions. It uses modern authentication with environment variables (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET) and returns azure.core.polling.LROPoller for long-running operations. The library is production-stable and actively maintained by Microsoft.
Use it for:
- Automate provisioning and management of Azure Lighthouse delegated subscriptions in bulk
- Programmatically list and retrieve registration definitions and assignments for managed services
- Build internal tools to manage just-in-time access policies for delegated tenants
- Integrate Azure Managed Services operations into CI/CD pipelines for infrastructure as code
- Query and filter registration assignments across multiple delegated scopes
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python client library for managing Azure Managed Services resources, enabling programmatic control of delegated resource management and lighthouse operations in Azure.
Yes. This is the official, actively maintained Azure SDK for Managed Services with low install friction, no known vulnerabilities, and broad Python version support (3.9 through 3.13). Install it if you need to manage Azure Lighthouse or delegated resource management programmatically.
Install
azure-mgmt-managedservices on PyPI
pip
pip install azure-mgmt-managedservicesuv
uv add azure-mgmt-managedservicespoetry
poetry add azure-mgmt-managedservicesInstalling azure-mgmt-managedservices
Before you install
Low friction install with three lightweight runtime dependencies (isodate, azure-mgmt-core, typing-extensions). Actively maintained with recent release 88 days old and stable repository with 5588 stars. Supports Python 3.9 through 3.13.
Quickstart
pip install azure-mgmt-managedservices
from azure.mgmt.managedservices import ManagedServicesClient
from azure.identity import DefaultAzureCredential
client = ManagedServicesClient(credential=DefaultAzureCredential())
Requires Python 3.9+. Azure authentication credentials must be configured via environment variables (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET).
Verify before relying
- Whether azure-identity is required at runtime or only for the documented authentication pattern
- Scope and completeness of async support mentioned in release history
- Full extent of operations available through OperationsWithScopeOperations added in 7.0.0b1
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 | 379,939/month — #7,107 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_managedservices-6.0.1-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
azure-mgmt-imagebuilderManages Azure VM image templates and builds…
unclear · top 5,000 on PyPI
azure-mgmt-managementpartnerProvides 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-mediaManages Azure Media Services…
permissive · top 5,000 on PyPI
azure-mgmt-machinelearningservicesProvides a Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-mapsManages Azure Maps resources—accounts,…
permissive · top 5,000 on PyPI
azure-mgmt-containerserviceProvides Python bindings to manage Azure…
permissive · top 5,000 on PyPI
azure-mgmt-containerinstanceManages Azure Container Instances—create,…
permissive · top 5,000 on PyPI
azure-mgmt-botserviceProvides Python bindings to manage Azure Bot…
permissive · top 5,000 on PyPI
azure-mgmt-synapseProvides Python client library for…
permissive · top 5,000 on PyPI