Skip to content

Commit a31a555

Browse files
committed
remove resourceid()
1 parent 0f5eb29 commit a31a555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/linter-rule-use-resource-symbol-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Linter rule - use resource symbol reference
33
description: Linter rule - use resource symbol reference
44
ms.topic: conceptual
5-
ms.date: 03/28/2023
5+
ms.date: 03/30/2023
66
---
77

88
# Linter rule - use resource symbol reference
99

10-
This rule detects sub-optimal uses of the `resourceId`, `reference`, and `list` functions. Instead of invoking these functions, using a resource reference simplifies the syntax and allows Bicep to better understand your deployment dependency graph.
10+
This rule detects sub-optimal uses of the []`reference`](./bicep-functions-resource.md#reference), and [`list`](./bicep-functions-resource.md#list) functions. Instead of invoking these functions, using a resource reference simplifies the syntax and allows Bicep to better understand your deployment dependency graph.
1111

1212
## Linter rule code
1313

0 commit comments

Comments
 (0)