Skip to content

Commit 3f01c00

Browse files
authored
Merge pull request #51511 from MicrosoftDocs/BharathNimmala-MSFT-patch-8
(AzureCXP) Update Missing Quotes
2 parents d597800 + 626da71 commit 3f01c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ This policy rule example uses **value** to check if the result of multiple neste
447447
"policyRule": {
448448
"if": {
449449
"value": "[less(length(field('tags')), 3)]",
450-
"equals": true
450+
"equals": "true"
451451
},
452452
"then": {
453453
"effect": "deny"

0 commit comments

Comments
 (0)