You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/resource-graph/concepts/query-language.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Understand the query language
3
3
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
5
5
ms.topic: conceptual
6
6
---
7
7
# 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
27
27
|---|---|
28
28
|Resources |The default table if none defined in the query. Most Resource Manager resource types and properties are here. |
29
29
|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`. |
30
31
|AlertsManagementResources |Includes resources _related_ to `Microsoft.AlertsManagement`. |
32
+
|MaintenanceResources |Includes resources _related_ to `Microsoft.Maintenance`. |
31
33
|SecurityResources |Includes resources _related_ to `Microsoft.Security`. |
32
34
35
+
For a complete list including resource types, see
36
+
[Reference: Supported tables and resource types](../reference/supported-tables-resources.md).
37
+
33
38
> [!NOTE]
34
39
> _Resources_ is the default table. While querying the _Resources_ table, it isn't required to
35
40
> provide the table name unless `join` or `union` are used. However, the recommended practice is to
0 commit comments