Skip to content

Commit 6162fb7

Browse files
authored
Merge pull request #103119 from DCtheGeek/dmc-policy-countalias
Add link to alias from count
2 parents 3dd4155 + 8789cda commit 6162fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/concepts/definition-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ evaluation.
480480
Conditions that count how many members of an array in the resource payload satisfy a condition
481481
expression can be formed using **count** expression. Common scenarios are checking whether 'at least
482482
one of', 'exactly one of', 'all of', or 'none of' the array members satisfy the condition. **count**
483-
evaluates each array member for a condition expression and sums the _true_ results, which is then
484-
compared to the expression operator.
483+
evaluates each [\[\*\] alias](#understanding-the--alias) array member for a condition expression and
484+
sums the _true_ results, which is then compared to the expression operator.
485485

486486
The structure of the **count** expression is:
487487

0 commit comments

Comments
 (0)