Skip to content

Commit b13650d

Browse files
committed
Add new tables and article review
1 parent e853a9e commit b13650d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Understand the query language
33
description: Describes Resource Graph tables and the available Kusto data types, operators, and functions usable with Azure Resource Graph.
4-
ms.date: 12/05/2019
4+
ms.date: 03/07/2020
55
ms.topic: conceptual
66
---
77
# Understanding the Azure Resource Graph query language
@@ -27,9 +27,14 @@ from related resource types. Here is the list of tables available in Resource Gr
2727
|---|---|
2828
|Resources |The default table if none defined in the query. Most Resource Manager resource types and properties are here. |
2929
|ResourceContainers |Includes subscription (in preview -- `Microsoft.Resources/subscriptions`) and resource group (`Microsoft.Resources/subscriptions/resourcegroups`) resource types and data. |
30+
|AdvisorResources |Includes resources _related_ to `Microsoft.Advisor`. |
3031
|AlertsManagementResources |Includes resources _related_ to `Microsoft.AlertsManagement`. |
32+
|MaintenanceResources |Includes resources _related_ to `Microsoft.Maintenance`. |
3133
|SecurityResources |Includes resources _related_ to `Microsoft.Security`. |
3234

35+
For a complete list including resource types, see
36+
[Reference: Supported tables and resource types](../reference/supported-tables-resources.md).
37+
3338
> [!NOTE]
3439
> _Resources_ is the default table. While querying the _Resources_ table, it isn't required to
3540
> provide the table name unless `join` or `union` are used. However, the recommended practice is to

0 commit comments

Comments
 (0)