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/azure-resource-manager/bicep/diagnostics/bcp144.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.date: 07/16/2025
8
8
9
9
# Bicep diagnostic code - BCP144
10
10
11
-
This diagnostic occurs when you try to reference a resource or module collection (i.e., one defined using a `for`-loop) without specifying an index. Bicep requires that such references explicitly indicate which resource or module in the collection you are referring to using an array index.
11
+
This diagnostic occurs when you try to reference a resource or module collection (for example, one defined using a `for`-loop) without specifying an index. Bicep requires that such references explicitly indicate which resource or module in the collection you're referring to using an array index.
12
12
13
13
## Description
14
14
@@ -24,7 +24,7 @@ To resolve BCP144, use an array index to access each specific resource or module
24
24
25
25
## Examples
26
26
27
-
The following example raises the diagnostic because it references a resource collection without specifying an index..
27
+
The following example raises the diagnostic because it references a resource collection without specifying an index.
0 commit comments