skillfed

azure-mgmt-iothubprovisioningservices

Microsoft Azure IoT Hub Provisioning Services Client Library for Python

azure-mgmt-iothubprovisioningservices v1.1.0 6.8M downloads/30d#1,855 on PyPI5,588
Permissive license MIT License Active released

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-iothubprovisioningservices

uv

uv add azure-mgmt-iothubprovisioningservices

poetry

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='<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

Development Status :: 4 - BetaLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure iot hub provisioningazure device provisioning serviceazure dps managementiot device enrollmentazure provisioning client
azure-sdkiot-provisioningcloud-management

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

azure-mgmt-containerinstance

Manages Azure Container Instances—create,…

permissive · top 5,000 on PyPI

azure-mgmt-iotcentral

Manages Azure IoT Central applications and…

unclear · top 5,000 on PyPI

azure-mgmt-iothub

Manages Azure IoT Hub resources—creation,…

permissive · top 5,000 on PyPI

azure-mgmt-notificationhubs

Manages Azure Notification Hubs…

permissive · top 5,000 on PyPI

azure-iot-hub

Provides CRUD operations and service management…

permissive · top 15,000 on PyPI

PyPowerStore

PyPowerStore is a Python library for managing…

permissive · top 15,000 on PyPI

azure-iot-device

Connects Python applications to Azure IoT Hub…

permissive · top 15,000 on PyPI

azure-mgmt-signalr

Manages Azure SignalR resources—creation,…

permissive · top 5,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-marketplaceordering

Manages Azure Marketplace ordering agreements…

unclear · top 5,000 on PyPI