Skip to content

Commit 4603a05

Browse files
authored
Fix grammar and formatting in protection rule documentation
1 parent b0b756f commit 4603a05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-reference/beta/resources/protectionrulebase.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Namespace: microsoft.graph
1818

1919
Represents a protection rule specified by the client as part of a protection plan applied to Microsoft 365 data in an organization. Currently, only inclusion rules, which are rules that indicate that a protection policy should match the specified criteria, can be defined.
2020

21-
- Protection rules can be static or dynamic. If the **isAutoApplyEnabled** property is `true`, the protection rule is dynamic. Otherwise, it's static.
21+
- Protection rules can be static or dynamic. If the **isAutoApplyEnabled** property is `true`, the protection rule is dynamic; otherwise, it's static.
2222
- Static rule changes are applied once when it's created with no automatic/dynamic updates.
2323
- Dynamic rule is reevaluated at regular intervals to fetch the latest scope of the rule, resulting in addition/removal of artifacts based on latest rule evaluation.
2424
- This property can only be set when a **protectionRuleBase** object is created. Therefore, a dynamic rule can't be changed to a static rule, nor vice versa.
@@ -29,13 +29,13 @@ The following limitations apply to this resource:
2929

3030
- The protection rule APIs for adding multiple sites by site names or URL in the backup policy creation workflow can handle a maximum of 10 keywords at a time. Each keyword can have a minimum of three characters and a maximum of 255 characters.
3131
- The protection rule APIs for bulk addition of user accounts via security groups or distribution lists can accommodate a maximum of three groups at a time.
32-
- The static rules are applied one time only. That is, the security groups or distribution lists are flattened at the time they're added to the backup configuration policy. For example, groups or lists aren't dynamically updated in the system if users are added or removed from the original security group.
32+
- The static rules are applied only once, during which time the security groups or distribution lists are flattened when added to the backup configuration policy. For example, groups or lists aren't dynamically updated in the system if users are added or removed from the original security group.
3333
- The dynamic rules are refreshed at regular intervals, automatically adding and removing of artifacts to the configuration policy depending on the result of rule evaluation.
3434
- A protection policy can have only one active dynamic rule.
35-
- Dynamic rules aren't available for sharepoint protection policies.
35+
- Dynamic rules aren't available for SharePoint protection policies.
3636
- The dynamic rule expression supports a maximum of 100 group IDs in an expression.
37-
- At present maximum 6,000 users can be protected via dynamic rule.
38-
- Expression with nested distribution list or security group isn't supported.
37+
- Currently, a maximum of 6,000 users can be protected via a dynamic rule.
38+
- An expression with nested distribution list or security group isn't supported.
3939
- Multi-geo isn't available for dynamic rules.
4040

4141
## Properties

0 commit comments

Comments
 (0)