--- id: azure-mgmt-iothubprovisioningservices version: "1.1.0" license: MIT License license_treatment: permissive maintenance: active --- # azure-mgmt-iothubprovisioningservices — Microsoft Azure IoT Hub Provisioning Services Client Library for Python License: permissive · Maintenance: active · Downloads: 6.8M/mo ## 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 above — 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 pip install azure-mgmt-iothubprovisioningservices uv add azure-mgmt-iothubprovisioningservices poetry add azure-mgmt-iothubprovisioningservices ## Installing 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='') 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_current - Install friction: low - Maintenance: active - Downloads: 6.8M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure iot hub provisioning, azure device provisioning service, azure dps management, iot device enrollment, azure provisioning client, azure-sdk, iot-provisioning, cloud-management [View on SkillFed](https://skillfed.io/packages/azure-mgmt-iothubprovisioningservices) · [View on PyPI](https://pypi.org/project/azure-mgmt-iothubprovisioningservices/)