--- id: azure-mgmt-resourcegraph version: "8.0.1" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-resourcegraph — Microsoft Azure Resourcegraph Management Client Library for Python License: unclear · Maintenance: active · Downloads: 2.9M/mo ## 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 above — 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 pip install azure-mgmt-resourcegraph uv add azure-mgmt-resourcegraph poetry add azure-mgmt-resourcegraph ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 2.9M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure resource graph client, query azure resources python, azure resource management sdk, azure sdk resource graph, azure subscription resource api, azure-sdk, cloud-management [View on SkillFed](https://skillfed.io/packages/azure-mgmt-resourcegraph) · [View on PyPI](https://pypi.org/project/azure-mgmt-resourcegraph/)