Skip to content

Commit 208aee8

Browse files
Fix validation errors
1 parent f32dfa4 commit 208aee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article covers the language components supported by Resource Graph:
1717

1818
- [Understanding the Azure Resource Graph query language](#understanding-the-azure-resource-graph-query-language)
1919
- [Resource Graph tables](#resource-graph-tables)
20-
- [Extended properties (preview)](#extended-properties-preview)
20+
- [Extended properties](#extended-properties)
2121
- [Resource Graph custom language elements](#resource-graph-custom-language-elements)
2222
- [Shared query syntax (preview)](#shared-query-syntax-preview)
2323
- [Supported KQL language elements](#supported-kql-language-elements)
@@ -96,7 +96,7 @@ Resources
9696
> When limiting the `join` results with `project`, the property used by `join` to relate the two
9797
> tables, _subscriptionId_ in the above example, must be included in `project`.
9898
99-
## Extended properties (preview)
99+
## Extended properties
100100

101101
As a _preview_ feature, some of the resource types in Resource Graph have additional type-related
102102
properties available to query beyond the properties provided by Azure Resource Manager. This set of

0 commit comments

Comments
 (0)