Skip to content

Commit 7a85ef4

Browse files
committed
acrolinx
1 parent e4bc8e3 commit 7a85ef4

File tree

1 file changed

+2
-2
lines changed
  • articles/azure-resource-manager/bicep/diagnostics

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/diagnostics/bcp144.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 07/16/2025
88

99
# Bicep diagnostic code - BCP144
1010

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.
1212

1313
## Description
1414

@@ -24,7 +24,7 @@ To resolve BCP144, use an array index to access each specific resource or module
2424

2525
## Examples
2626

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.
2828

2929
```bicep
3030
param names array = [

0 commit comments

Comments
 (0)