azure-mgmt-notificationhubs
Microsoft Azure Notification Hubs Management Client Library for Python
What it is and what it does
This is the Azure SDK management client for Notification Hubs, allowing you to programmatically create, configure, and manage notification hub resources within Azure Resource Manager. It handles operations on namespaces, individual notification hubs, and shared access authorization rules—the infrastructure layer for push notification delivery.
The package wraps Azure REST APIs and is part of the broader Azure SDK for Python ecosystem. It uses modern credential handling (azure-identity) and supports type annotations for IDE integration. Version 8.0.0 introduced breaking changes to align with the next-generation SDK architecture, including updated return types and exception handling via azure.core.
Use it for:
- Automate provisioning of notification hub namespaces and hubs in CI/CD pipelines.
- Programmatically manage shared access keys and authorization rules for hub authentication.
- Build infrastructure-as-code tools that configure Azure messaging resources.
- Query and list existing notification hub resources across subscriptions or resource groups.
- Integrate hub lifecycle management into larger Azure automation workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Manages Azure Notification Hubs resources—namespaces, hubs, and authorization rules—via the Azure Resource Manager API.
Yes, if you need to manage Azure Notification Hubs infrastructure programmatically. The package is actively maintained, has no known vulnerabilities, and integrates cleanly with the modern Azure SDK ecosystem. Version 8.0.0 is stable and production-ready, though you must update code if migrating from earlier versions due to breaking changes in credential handling and return types.
Install
azure-mgmt-notificationhubs on PyPI
pip
pip install azure-mgmt-notificationhubsuv
uv add azure-mgmt-notificationhubspoetry
poetry add azure-mgmt-notificationhubsInstalling azure-mgmt-notificationhubs
Before you install
Low install friction; pure Python wheel. Actively maintained with recent commits. Depends on msrest, azure-common, and azure-mgmt-core—all standard Azure SDK components.
License in practice
MIT License permits commercial use, modification, and distribution with minimal restrictions; safe for most projects.
Quickstart
pip install azure-mgmt-notificationhubs
from azure.mgmt.notificationhubs import NotificationHubsManagementClient
from azure.identity import DefaultAzureCredential
client = NotificationHubsManagementClient(
credential=DefaultAzureCredential(),
subscription_id='<subscription-id>'
)
Requires Azure subscription and credentials (e.g., via azure-identity); Python >=3.7.
Verify before relying
- Whether async operations are available in the aio namespace as mentioned in release notes.
- Current support status for Python 3.6, which was tested in earlier versions but may no longer be officially supported.
Package facts
| License | MIT License (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — msrest, azure-common, azure-mgmt-core |
| Maintenance | actively maintained — 1,681 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,859,879/month — #3,484 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_notificationhubs-8.0.0-py3-none-any.whl
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-iothubprovisioningservicesManages Azure IoT Hub Provisioning Services…
permissive · top 5,000 on PyPI
azure-graphrbacManages Azure Active Directory graph resources…
permissive · top 5,000 on PyPI
azure-mgmt-powerbiembeddedManages Power BI Embedded resources in…
permissive · top 5,000 on PyPI
azure-mgmt-signalrManages Azure SignalR resources—creation,…
permissive · top 5,000 on PyPI
azure-mgmt-authorizationManages Azure role-based access control, role…
permissive · top 5,000 on PyPI
azure-mgmt-trafficmanagerProvides a Python client library to manage…
permissive · top 5,000 on PyPI
azure-mgmt-iothubManages Azure IoT Hub 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-eventhubManages Azure Event Hub resources—namespaces,…
permissive · top 5,000 on PyPI
azure-mgmt-devspacesProvides Python client library bindings for…
permissive · top 5,000 on PyPI