Skip to content

Commit 8e3c3c9

Browse files
authored
Adding clarification to auditIfNotExist ExistenceScope for ResourceGroup
1 parent df4c5e1 commit 8e3c3c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/governance/policy/concepts/effects.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ related resources to match.
279279
- Allowed values are _Subscription_ and _ResourceGroup_.
280280
- Sets the scope of where to fetch the related resource to match from.
281281
- Doesn't apply if **type** is a resource that would be underneath the **if** condition resource.
282-
- For _ResourceGroup_, would limit to the **if** condition resource's resource group or the
283-
resource group specified in **ResourceGroupName**.
282+
- For _ResourceGroup_, would limit to the resource group in **ResourceGroupName** if specified. If **ResourceGroupName** isn't specified, would limit to the **if** condition resource's resource group, which is the default behavior.
284283
- For _Subscription_, queries the entire subscription for the related resource. Assignment scope should be set at subscription or higher for proper evaluation.
285284
- Default is _ResourceGroup_.
286285
- **EvaluationDelay** (optional)

0 commit comments

Comments
 (0)