Skip to content

Commit 610aeb6

Browse files
authored
Merge pull request #115464 from DCtheGeek/dmc-arg-refs20200516
ARG: Tables and Refs - 2020-05-16
2 parents 306aa94 + 6698b04 commit 610aeb6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

articles/governance/resource-graph/concepts/query-language.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ from related resource types. Here is the list of tables available in Resource Gr
2929
|ResourceContainers |Includes subscription (in preview -- `Microsoft.Resources/subscriptions`) and resource group (`Microsoft.Resources/subscriptions/resourcegroups`) resource types and data. |
3030
|AdvisorResources |Includes resources _related_ to `Microsoft.Advisor`. |
3131
|AlertsManagementResources |Includes resources _related_ to `Microsoft.AlertsManagement`. |
32+
|HealthResources |Includes resources _related_ to `Microsoft.ResourceHealth`. |
3233
|MaintenanceResources |Includes resources _related_ to `Microsoft.Maintenance`. |
3334
|SecurityResources |Includes resources _related_ to `Microsoft.Security`. |
3435

articles/governance/resource-graph/reference/supported-tables-resources.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Supported Resource Manager resource types
33
description: Provide a list of the Resource Manager resource types supported by Azure Resource Graph and Change History.
4-
ms.date: 04/29/2020
4+
ms.date: 05/16/2020
55
ms.topic: reference
66
---
77
# Azure Resource Graph table and resource type reference
@@ -20,6 +20,10 @@ part of a **table** in Resource Graph.
2020

2121
- microsoft.alertsmanagement/alerts
2222

23+
## healthresources
24+
25+
- microsoft.resourcehealth/events
26+
2327
## maintenanceresources
2428

2529
- microsoft.maintenance/configurationassignments
@@ -63,13 +67,16 @@ part of a **table** in Resource Graph.
6367
- microsoft.automation/automationaccounts/configurations
6468
- microsoft.automation/automationaccounts/runbooks
6569
- microsoft.autonomoussystems/workspaces
70+
- microsoft.avs/privateclouds
6671
- microsoft.azconfig/configurationstores
6772
- microsoft.azureactivedirectory/b2cdirectories
6873
- microsoft.azuredata/datacontrollers
6974
- microsoft.azuredata/hybriddatamanagers
7075
- microsoft.azuredata/postgresinstances
7176
- microsoft.azuredata/sqlbigdataclusters
7277
- microsoft.azuredata/sqlinstances
78+
- microsoft.azuredata/sqlmanagedinstances
79+
- microsoft.azuredata/sqlserverinstances
7380
- microsoft.azuredata/sqlserverregistrations
7481
- microsoft.azurestack/registrations
7582
- microsoft.azurestackhci/clusters
@@ -88,6 +95,7 @@ part of a **table** in Resource Graph.
8895
- microsoft.blockchain/watchers
8996
- microsoft.botservice/botservices
9097
- microsoft.cache/redis
98+
- microsoft.cache/redisenterprise
9199
- microsoft.cdn/cdnwebapplicationfirewallpolicies
92100
- microsoft.cdn/profiles
93101
- microsoft.cdn/profiles/endpoints
@@ -122,8 +130,10 @@ part of a **table** in Resource Graph.
122130
- microsoft.compute/sharedvmimages/versions
123131
- microsoft.compute/snapshots
124132
- microsoft.compute/sshpublickeys
133+
- microsoft.compute/swiftlets
125134
- microsoft.compute/virtualmachines
126135
- microsoft.compute/virtualmachines/extensions
136+
- microsoft.compute/virtualmachines/runcommands
127137
- microsoft.compute/virtualmachinescalesets
128138
- microsoft.containerinstance/containergroups
129139
- microsoft.containerregistry/registries
@@ -209,6 +219,7 @@ part of a **table** in Resource Graph.
209219
- microsoft.hydra/components
210220
- microsoft.hydra/networkscopes
211221
- microsoft.importexport/jobs
222+
- microsoft.industrydatalifecycle/derivedmodels
212223
- microsoft.insights/actiongroups
213224
- microsoft.insights/activitylogalerts
214225
- microsoft.insights/alertrules
@@ -358,6 +369,7 @@ part of a **table** in Resource Graph.
358369
- microsoft.resourcegraph/queries
359370
- microsoft.resources/deploymentscripts
360371
- microsoft.resources/templatespecs
372+
- microsoft.resources/templatespecs/versions
361373
- microsoft.saas/applications
362374
- microsoft.scheduler/jobcollections
363375
- microsoft.search/searchservices
@@ -373,6 +385,7 @@ part of a **table** in Resource Graph.
373385
- microsoft.servicefabricmesh/networks
374386
- microsoft.servicefabricmesh/secrets
375387
- microsoft.servicefabricmesh/volumes
388+
- microsoft.serviceshub/connectors
376389
- microsoft.signalrservice/signalr
377390
- microsoft.solutions/appliancedefinitions
378391
- microsoft.solutions/appliances

0 commit comments

Comments
 (0)