azure-mgmt-hdinsight
Microsoft Azure Hdinsight Management Client Library for Python
What it is and what it does
This is the official Microsoft Azure SDK client library for managing HDInsight clusters and related resources. It provides Python developers with a programmatic interface to the Azure HDInsight Management API, enabling creation, configuration, monitoring, and deletion of HDInsight clusters running on Azure. The library handles authentication via Azure Active Directory and manages the underlying REST API calls to Azure Resource Manager.
The package is built on top of azure-mgmt-core and depends on isodate and typing-extensions for date handling and type hints. It is actively maintained as part of the broader Azure SDK for Python and supports modern Python versions (3.9+). Typical use involves instantiating an HDInsightManagementClient with Azure credentials and then calling operations to manage cluster lifecycle, gateway settings, extensions, applications, and monitoring configurations.
Use it for:
- Automate HDInsight cluster provisioning and teardown in CI/CD pipelines or infrastructure-as-code workflows.
- Programmatically configure cluster settings, storage accounts, and network properties without using the Azure Portal.
- Monitor and manage cluster extensions, including Azure Monitor agent deployment and status checks.
- Integrate HDInsight cluster management into Python applications that orchestrate multi-service Azure deployments.
- Query cluster capabilities and validate cluster creation parameters before provisioning.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Manages Azure HDInsight clusters and resources via the Azure Resource Manager API, providing Python bindings for cluster creation, configuration, monitoring, and lifecycle operations.
Yes. This is the official Azure SDK client for HDInsight management, actively maintained, with low install friction and no known vulnerabilities. Install it if you need to manage HDInsight clusters programmatically from Python. Requires Azure credentials and a subscription; not useful without an Azure environment.
Install
azure-mgmt-hdinsight on PyPI
pip
pip install azure-mgmt-hdinsightuv
uv add azure-mgmt-hdinsightpoetry
poetry add azure-mgmt-hdinsightInstalling azure-mgmt-hdinsight
Before you install
Low install friction with three lightweight runtime dependencies. Actively maintained with recent release (88 days ago) and ongoing repository activity. Supports current Python versions (3.9+).
Quickstart
pip install azure-mgmt-hdinsight
from azure.mgmt.hdinsight import HDInsightManagementClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = HDInsightManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Requires Python 3.9+; Azure subscription and environment variables (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID) must be configured for authentication.
Verify before relying
- Whether the package supports async operations beyond what is documented in the release history.
- Scope and coverage of the HDInsight Management API operations exposed by this version.
- How to obtain and configure Azure credentials for the client initialization.
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 | 5,523,280/month — #2,081 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_hdinsight-9.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-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-applicationinsightsManages Azure Application Insights…
permissive · top 5,000 on PyPI
azure-mgmt-iothubprovisioningservicesManages Azure IoT Hub Provisioning Services…
permissive · top 5,000 on PyPI
azure-mgmt-resourceProvides Python bindings to manage Azure…
permissive · top 1,000 on PyPI
azure-mgmt-databricksProvides Python bindings to manage Azure…
permissive · top 15,000 on PyPI
azure-mgmt-storageManages Azure Storage accounts, containers,…
permissive · top 5,000 on PyPI
azure-mgmt-resource-subscriptionsManages Azure subscriptions and related…
permissive · top 15,000 on PyPI
azure-mgmt-notificationhubsManages Azure Notification Hubs…
permissive · top 5,000 on PyPI
yarn-api-clientPython client library for querying and managing…
permissive · top 15,000 on PyPI