azure-mgmt-resourcegraph
Microsoft Azure Resourcegraph Management Client Library for Python
What it is and what it does
This is the official Microsoft Azure Resource Graph client library for Python, part of the broader Azure SDK ecosystem. It allows developers to query and retrieve information about Azure resources across subscriptions and management groups using the Resource Graph API. The library provides a managed interface to construct and execute resource queries, supporting features like partial scope queries and authorization scope filtering.
The package is built on top of azure-mgmt-core and msrest, following modern Azure SDK patterns with full type annotations, async support, and unified credential handling via azure-identity. It targets current Python versions (3.9+) and is actively maintained by Microsoft, with recent regeneration against the 2021-03-01 API version.
Use it for:
- Query Azure resources across multiple subscriptions to build inventory or compliance reports.
- Retrieve resource change history and track modifications to Azure infrastructure over time.
- Automate resource discovery and management workflows in multi-tenant or large-scale Azure environments.
- Integrate Azure resource data into monitoring, auditing, or cost-analysis tools.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python client library to query and manage Azure resources using the Azure Resource Graph API, enabling programmatic access to resource data across Azure subscriptions.
Yes. This is the official, actively maintained client library for Azure Resource Graph with low install friction, no known vulnerabilities, and broad Python version support. Install it if you need programmatic access to query or manage Azure resources; it is the standard choice for this use case within the Azure SDK ecosystem.
Install
azure-mgmt-resourcegraph on PyPI
pip
pip install azure-mgmt-resourcegraphuv
uv add azure-mgmt-resourcegraphpoetry
poetry add azure-mgmt-resourcegraphInstalling azure-mgmt-resourcegraph
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained as part of the Azure SDK ecosystem with recent release activity and no known vulnerabilities.
Quickstart
pip install azure-mgmt-resourcegraph
from azure.mgmt.resourcegraph import ResourceGraphClient
from azure.identity import DefaultAzureCredential
client = ResourceGraphClient(credential=DefaultAzureCredential())
Requires Python 3.9 or later; Azure authentication credentials must be configured (typically via DefaultAzureCredential from azure-identity).
Verify before relying
- Whether the package requires additional setup beyond credential configuration to query resources.
- Specific Azure API versions or service limits that may affect usage patterns.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — msrest, azure-mgmt-core, typing-extensions |
| Maintenance | actively maintained — 263 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,875,457/month — #2,848 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_resourcegraph-8.0.1-py3-none-any.whl
Keywords: azure, azure sdk
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-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-trafficmanagerProvides a Python client library to manage…
permissive · top 5,000 on PyPI
azure-mgmt-commerceProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-policyinsightsProvides programmatic access to Azure Policy…
unclear · top 5,000 on PyPI
azure-graphrbacManages Azure Active Directory graph resources…
permissive · top 5,000 on PyPI
azure-mgmt-logicProvides Python client library for managing…
permissive · top 5,000 on PyPI
azure-mgmt-subscriptionProvides Python client library for managing…
permissive · top 5,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-hanaonazureProvides a Python client library to manage SAP…
unclear · top 5,000 on PyPI
azure-mgmt-schedulerProvides Python bindings to manage Azure…
permissive · top 5,000 on PyPI