Skip to content

Commit 038575d

Browse files
authored
Merge pull request #112499 from DCtheGeek/dmc-policy-countlimits
Add count limit
2 parents 56944a5 + 70c0a2a commit 038575d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,8 @@ Conditions that count how many members of an array in the resource payload satis
515515
expression can be formed using **count** expression. Common scenarios are checking whether 'at least
516516
one of', 'exactly one of', 'all of', or 'none of' the array members satisfy the condition. **count**
517517
evaluates each [\[\*\] alias](#understanding-the--alias) array member for a condition expression and
518-
sums the _true_ results, which is then compared to the expression operator.
518+
sums the _true_ results, which is then compared to the expression operator. **Count** expressions
519+
may be added up to 3 times to a single **policyRule** definition.
519520

520521
The structure of the **count** expression is:
521522

0 commit comments

Comments
 (0)