--- id: azure-mgmt-managedservices version: "6.0.1" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-managedservices — Microsoft Azure Managedservices Management Client Library for Python License: unclear · Maintenance: active · Downloads: 379.9K/mo ## 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 above — 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 pip install azure-mgmt-managedservices uv add azure-mgmt-managedservices poetry add azure-mgmt-managedservices ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 379.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags azure managed services client, azure lighthouse sdk, delegated resource management python, azure mgmt python, azure sdk managed services, azure-sdk, cloud-management, infrastructure-as-code [View on SkillFed](https://skillfed.io/packages/azure-mgmt-managedservices) · [View on PyPI](https://pypi.org/project/azure-mgmt-managedservices/)