azure-mgmt-iothubprovisioningservices
Microsoft Azure IoT Hub Provisioning Services Client Library for Python
What it is and what it does
This package is the Azure management client for IoT Hub Device Provisioning Service (DPS), part of Microsoft's Azure SDK for Python. It provides programmatic access to create, configure, and manage provisioning service instances, handle certificates, and manage private endpoint connections in Azure.
You use it when you need to automate IoT device provisioning workflows—enrolling devices at scale, managing provisioning service properties, or integrating DPS operations into infrastructure-as-code pipelines. It wraps the Azure Resource Manager API and depends on msrest for HTTP transport and azure-mgmt-core for common management patterns. The package is in Beta status but actively maintained; it supports Python 3.6 through 3.10.
Use it for:
- Automate provisioning service creation and configuration in multi-tenant IoT deployments
- Manage device enrollment groups and individual enrollments programmatically
- Integrate DPS certificate lifecycle management into CI/CD pipelines
- Configure data residency and private endpoint policies for compliance
- Monitor and update provisioning service properties across multiple Azure subscriptions
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Manages Azure IoT Hub Provisioning Services resources—certificates, provisioning service instances, and private endpoint connections—through the Azure management API.
Yes, if you need to manage Azure IoT Hub Provisioning Services from Python code. The package is actively maintained, has no known vulnerabilities, and low install friction. It is the official Microsoft client for this service. The Beta status reflects the SDK's code-generation approach, not instability—it has been in production use since 2021.
Install
azure-mgmt-iothubprovisioningservices on PyPI
pip
pip install azure-mgmt-iothubprovisioningservicesuv
uv add azure-mgmt-iothubprovisioningservicespoetry
poetry add azure-mgmt-iothubprovisioningservicesInstalling azure-mgmt-iothubprovisioningservices
Before you install
Low install friction with three stable runtime dependencies (msrest, azure-common, azure-mgmt-core). Actively maintained; last commit 2026-08-14. No known vulnerabilities.
License in practice
MIT License permits commercial and private use with minimal restrictions—suitable for most projects.
Quickstart
pip install azure-mgmt-iothubprovisioningservices
from azure.mgmt.iothubprovisioningservices import IotDpsClient
from azure.identity import DefaultAzureCredential
client = IotDpsClient(credential=DefaultAzureCredential(), subscription_id='<sub-id>')
Requires Azure credentials (via azure-identity) and an active Azure subscription; Python 3.6 or later.
Verify before relying
- Whether async support is available via the aio namespace as mentioned in release notes
- Current status of Python 2.7 support claim given the 2022-01-01 end-of-life disclaimer
Package facts
| License | MIT License (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — msrest, azure-common, azure-mgmt-core |
| Maintenance | actively maintained — 1,649 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 6,755,101/month — #1,855 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_iothubprovisioningservices-1.1.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
azure-mgmt-containerinstanceManages Azure Container Instances—create,…
permissive · top 5,000 on PyPI
azure-mgmt-iotcentralManages Azure IoT Central applications and…
unclear · top 5,000 on PyPI
azure-mgmt-iothubManages Azure IoT Hub resources—creation,…
permissive · top 5,000 on PyPI
azure-mgmt-notificationhubsManages Azure Notification Hubs…
permissive · top 5,000 on PyPI
azure-iot-hubProvides CRUD operations and service management…
permissive · top 15,000 on PyPI
PyPowerStorePyPowerStore is a Python library for managing…
permissive · top 15,000 on PyPI
azure-iot-deviceConnects Python applications to Azure IoT Hub…
permissive · top 15,000 on PyPI
azure-mgmt-signalrManages Azure SignalR resources—creation,…
permissive · top 5,000 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-marketplaceorderingManages Azure Marketplace ordering agreements…
unclear · top 5,000 on PyPI