skillfed

azure-mgmt-notificationhubs

Microsoft Azure Notification Hubs Management Client Library for Python

azure-mgmt-notificationhubs v8.0.0 1.9M downloads/30d#3,484 on PyPI5,588
Permissive license MIT License Active released

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

uv

uv add azure-mgmt-notificationhubs

poetry

poetry add azure-mgmt-notificationhubs

Installing 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

Development Status :: 5 - Production/StableLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure notification hubs managementazure resource manager clientnotification hub provisioningazure namespace managementhub authorization rulesazure mgmt sdk python
azure-sdkinfrastructure-as-code

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azure-mgmt-iothubprovisioningservices

Manages Azure IoT Hub Provisioning Services…

permissive · top 5,000 on PyPI

azure-graphrbac

Manages Azure Active Directory graph resources…

permissive · top 5,000 on PyPI

azure-mgmt-powerbiembedded

Manages Power BI Embedded resources in…

permissive · top 5,000 on PyPI

azure-mgmt-signalr

Manages Azure SignalR resources—creation,…

permissive · top 5,000 on PyPI

azure-mgmt-authorization

Manages Azure role-based access control, role…

permissive · top 5,000 on PyPI

azure-mgmt-trafficmanager

Provides a Python client library to manage…

permissive · top 5,000 on PyPI

azure-mgmt-iothub

Manages Azure IoT Hub 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-eventhub

Manages Azure Event Hub resources—namespaces,…

permissive · top 5,000 on PyPI

azure-mgmt-devspaces

Provides Python client library bindings for…

permissive · top 5,000 on PyPI