Skip to content

Commit 975a0aa

Browse files
Merge pull request #252501 from davidsmatlak/ds-fix-style-0921
Fixes typo
2 parents cb15a0a + e5754d5 commit 975a0aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/governance/policy/concepts/effects.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ definitions as `constraintTemplate` is deprecated.
207207
- An empty or missing value causes policy evaluation to include all labels and selectors, except
208208
namespaces defined in _excludedNamespaces_.
209209
- **scope** (optional)
210-
- A _string_ that includes the [scope](https://open-policy-agent.github.io/gatekeeper/website/docs/howto/#the-match-field) property to allow specifying if cluster-scoped or namespaced-scoped resources are matched.
210+
- A _string_ that includes the [scope](https://open-policy-agent.github.io/gatekeeper/website/docs/howto/#the-match-field) property to allow specifying if cluster-scoped or namespaced-scoped resources are matched.
211211
- **apiGroups** (required when using _templateInfo_)
212212
- An _array_ that includes the
213213
[API groups](https://kubernetes.io/docs/reference/using-api/#api-groups) to match. An empty
@@ -284,11 +284,11 @@ related resources to match.
284284
However, an [audit](#audit) effect should be considered instead.
285285

286286
> [!NOTE]
287-
>
287+
>
288288
> **Type** and **Name** segments can be combined to generically retrieve nested resources.
289-
>
290-
> To retrieve a specific resource, you can use `"type": "Microsoft.ExampleProvider/exampleParentType/exampleNestedType"` and `"name": "parentResourceName/nestedResourceName"`.
291-
>
289+
>
290+
> To retrieve a specific resource, you can use `"type": "Microsoft.ExampleProvider/exampleParentType/exampleNestedType"` and `"name": "parentResourceName/nestedResourceName"`.
291+
>
292292
> To retrieve a collection of nested resources, a wildcard character `?` can be provided in place of the last name segment. For example, `"type": "Microsoft.ExampleProvider/exampleParentType/exampleNestedType"` and `"name": "parentResourceName/?"`. This can be combined with field functions to access resources related to the evaluated resource, such as `"name": "[concat(field('name'), '/?')]"`."
293293
294294
- **ResourceGroupName** (optional)
@@ -587,11 +587,11 @@ related resources to match and the template deployment to execute.
587587
becomes _required_ and must be `[field('name')]`, or `[field('fullName')]` for a child resource.
588588

589589
> [!NOTE]
590-
>
590+
>
591591
> **Type** and **Name** segments can be combined to generically retrieve nested resources.
592-
>
593-
> To retrieve a specific resource, you can use `"type": "Microsoft.ExampleProvider/exampleParentType/exampleNestedType"` and `"name": "parentResourceName/nestedResourceName"`.
594-
>
592+
>
593+
> To retrieve a specific resource, you can use `"type": "Microsoft.ExampleProvider/exampleParentType/exampleNestedType"` and `"name": "parentResourceName/nestedResourceName"`.
594+
>
595595
> To retrieve a collection of nested resources, a wildcard character `?` can be provided in place of the last name segment. For example, `"type": "Microsoft.ExampleProvider/exampleParentType/exampleNestedType"` and `"name": "parentResourceName/?"`. This can be combined with field functions to access resources related to the evaluated resource, such as `"name": "[concat(field('name'), '/?')]"`."
596596
597597
- **ResourceGroupName** (optional)
@@ -721,7 +721,7 @@ of that policy's assignments.
721721
> Policy definitions that use the **Disabled** effect have the default compliance state **Compliant** after assignment.
722722
723723
An alternative to the **Disabled** effect is **enforcementMode**, which is set on the policy assignment.
724-
When **enforcementMode** is **Disabled**_**, resources are still evaluated. Logging, such as Activity
724+
When **enforcementMode** is **Disabled**, resources are still evaluated. Logging, such as Activity
725725
logs, and the policy effect don't occur. For more information, see
726726
[policy assignment - enforcement mode](./assignment-structure.md#enforcement-mode).
727727

0 commit comments

Comments
 (0)