Skip to content

Commit 59ca618

Browse files
committed
acrolynx
1 parent c5fc014 commit 59ca618

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 02/12/2025
88

99
# Bicep diagnostic code - BCP238
1010

11-
In Bicep, arrays or objects can be declared on a single line or across multiple lines. In single-line declarations, values are separated by commas (,), while in multi-line declarations, commas are not used. You can combine single-line and multi-line styles, but each element must be separated by no more than one comma or one set of new lines. This diagnostic occurs when this rule is not followed. For more information, see [Arrays](../data-types.md#arrays) or [Objects](../data-types.md#objects).
11+
In Bicep, arrays or objects can be declared on a single line or across multiple lines. In single-line declarations, values are separated by commas (,), while in multi-line declarations, commas aren't used. You can combine single-line and multi-line styles, but each element must be separated by no more than one comma or one set of new lines. This diagnostic occurs when this rule isn't followed. For more information, see [Arrays](../data-types.md#arrays) or [Objects](../data-types.md#objects).
1212

1313
## Description
1414

0 commit comments

Comments
 (0)