Skip to content

Commit b2e7b21

Browse files
addressed comments.
1 parent 6ba5c41 commit b2e7b21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api-reference/beta/resources/protectionrulebase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following limitations apply to this resource:
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.
3232
- 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.
33-
- 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.
33+
- The dynamic rules are refreshed at regular intervals, automatically adding and removing artifacts from the configuration policy depending on the result of the rule evaluation.
3434
- A protection policy can have only one active dynamic rule.
3535
- Dynamic rules aren't available for SharePoint protection policies.
3636
- The dynamic rule expression supports a maximum of 100 group IDs in an expression.
@@ -60,7 +60,7 @@ The following limitations apply to this resource:
6060
|completed | The status of the protection rule when it's successfully applied to the corresponding policy.|
6161
|completedWithErrors | The status of the protection rule when the rule ran but encountered errors.|
6262
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
63-
|updateRequested | The status of the protection rule when it's patched. This value applies only to dynamic rules.|
63+
|updateRequested | The status of the protection rule when a patch is requested. This value applies only to dynamic rules.|
6464
|deleteRequested | The status of the protection rule on deleteAndUnprotect action. This value applies only to dynamic rules.|
6565

6666
## Relationships

api-reference/beta/resources/siteprotectionrule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Inherits from [protectionRuleBase](../resources/protectionrulebase.md).
4141
|lastModifiedBy|[identitySet](../resources/identityset.md)|Identity of the person who last modified the rule.|
4242
|lastModifiedDateTime|DateTimeOffset|Timestamp of the last modification to the rule.|
4343
|siteExpression|String|Contains a site expression. For examples, see [siteExpression example](../resources/siteprotectionrule.md#siteexpression-examples).|
44-
|status|[protectionRuleStatus](../resources/protectionrulebase.md#protectionrulestatus-values)|The status of the protection rule. The possible values are: `draft`, `active`, `completed`, `completedWithErrors`, `unknownFutureValue`, `updateRequested`, `deleteRequested`. Use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `updateRequested` , `deleteRequested`. The `draft` member is currently unsupported. Inherited from [protectionRuleBase](../resources/protectionrulebase.md). |
44+
|status|[protectionRuleStatus](../resources/protectionrulebase.md#protectionrulestatus-values)|The status of the protection rule. Supports a subset of the values for **protectionRuleStatus**. The possible values are: `draft`, `active`, `completed`, `completedWithErrors`, `unknownFutureValue`. The `draft` member is currently unsupported. Inherited from [protectionRuleBase](../resources/protectionrulebase.md). |
4545

4646
### siteExpression examples
4747

0 commit comments

Comments
 (0)