File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
articles/governance/resource-graph Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ With Azure Resource Graph, you can:
58
58
> [ !NOTE]
59
59
> As a _ preview_ feature, some ` type ` objects have additional non-Resource Manager properties
60
60
> available. For more information, see
61
- > [ Extended properties (preview) ] ( ./concepts/query-language.md#extended-properties-preview ) .
61
+ > [ Extended properties] ( ./concepts/query-language.md#extended-properties ) .
62
62
63
63
## How Resource Graph is kept current
64
64
Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ Search-AzGraph -Query "Resources | where type =~ 'microsoft.network/networkinter
603
603
604
604
## <a name =" vm-powerstate " ></a >Summarize virtual machine by the power states extended property
605
605
606
- This query uses the [ extended properties] ( ../concepts/query-language.md#extended-properties-preview ) on
606
+ This query uses the [ extended properties] ( ../concepts/query-language.md#extended-properties ) on
607
607
virtual machines to summarize by power states.
608
608
609
609
``` kusto
You can’t perform that action at this time.
0 commit comments