--- id: azure-mgmt-servicefabricmanagedclusters version: "3.0.0" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-servicefabricmanagedclusters — Microsoft Azure Servicefabricmanagedclusters Management Client Library for Python License: unclear · Maintenance: active · Downloads: 5.2M/mo ## What it is and what it does This is Microsoft's official Python client library for managing Azure Service Fabric Managed Clusters. It provides programmatic access to cluster operations—creating and updating clusters, managing node types, deploying applications, and monitoring service health—through a standard Azure SDK interface. The library depends on isodate for date handling, azure-mgmt-core for common Azure management patterns, and typing-extensions for runtime type support. Version 3.0.0 introduces breaking changes around hybrid models and operation methods (several update operations now use begin_update for long-running operations), so existing code may require refactoring. The package targets Python 3.9+ and is actively maintained, with recent updates adding new disk types, security options, and operational methods for applications and node types. Use it for: - Automate provisioning and configuration of Service Fabric managed clusters in Azure environments - Deploy and manage applications across Service Fabric clusters programmatically - Monitor and restart deployed code packages or service replicas on cluster nodes - Perform node type operations like deallocate, redeploy, and start on managed clusters - Integrate cluster lifecycle management into infrastructure-as-code or CI/CD pipelines ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Manages Azure Service Fabric Managed Clusters through a Python client library, providing operations for applications, services, node types, and cluster configuration. Yes, if you need to manage Azure Service Fabric Managed Clusters from Python. It is actively maintained, has no known vulnerabilities, and supports current Python versions. Be aware that version 3.0.0 contains breaking changes to operation methods and model structures; review migration guidance if upgrading from earlier versions. Requires Azure subscription and proper authentication setup. ## Install pip install azure-mgmt-servicefabricmanagedclusters uv add azure-mgmt-servicefabricmanagedclusters poetry add azure-mgmt-servicefabricmanagedclusters ## Installing azure-mgmt-servicefabricmanagedclusters Before you install: Low install friction with three lightweight runtime dependencies. Actively maintained with recent updates; supports current Python versions (3.9+). Quickstart: pip install azure-mgmt-servicefabricmanagedclusters from azure.mgmt.servicefabricmanagedclusters import ServiceFabricManagedClustersManagementClient import os sub_id = os.getenv("AZURE_SUBSCRIPTION_ID") client = ServiceFabricManagedClustersManagementClient( credential=credential, subscription_id=sub_id ) Requires Python 3.9+; Azure subscription and authentication environment variables (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID) must be configured. Verify before relying: - Whether version 3.0.0's breaking changes to hybrid models and operation methods require significant refactoring in existing codebases - Performance characteristics and rate limits when managing large-scale clusters or frequent API calls - Whether azure-identity is required as a hard dependency or only for authentication scenarios ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 5.2M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure service fabric management, managed clusters python client, azure cluster operations, service fabric deployment, azure infrastructure management, cluster node management, application deployment azure, azure-sdk, infrastructure-management, cluster-operations [View on SkillFed](https://skillfed.io/packages/azure-mgmt-servicefabricmanagedclusters) · [View on PyPI](https://pypi.org/project/azure-mgmt-servicefabricmanagedclusters/)