Skip to content

Commit 68965d3

Browse files
committed
Acrolinx and review pass on new content.
1 parent ef6bd88 commit 68965d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-reference/beta/resources/devicemanagement-alertrule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information, see the [monitoring](devicemanagement-monitoring.md) resou
3232

3333
|Property|Type|Description|
3434
|:---|:---|:---|
35-
|alertRuleTemplate|[microsoft.graph.deviceManagement.alertRuleTemplate](#alertruletemplate-values)|The rule template of the alert event. The possible values are: `cloudPcProvisionScenario`, `cloudPcImageUploadScenario`, `cloudPcOnPremiseNetworkConnectionCheckScenario`, `cloudPcInGracePeriodScenario`, `cloudPcFrontlineInsufficientLicensesScenario`, `cloudPcInaccessibleScenario`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `cloudPcInGracePeriodScenario`.|
35+
|alertRuleTemplate|[microsoft.graph.deviceManagement.alertRuleTemplate](#alertruletemplate-values)|The rule template of the alert event. The possible values are: `cloudPcProvisionScenario`, `cloudPcImageUploadScenario`, `cloudPcOnPremiseNetworkConnectionCheckScenario`, `cloudPcInGracePeriodScenario`, `cloudPcFrontlineInsufficientLicensesScenario`, `cloudPcInaccessibleScenario`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `cloudPcInGracePeriodScenario`.|
3636
|description|String|The rule description.|
3737
|displayName|String|The display name of the rule.|
3838
|enabled|Boolean|The status of the rule that indicates whether the rule is enabled or disabled. If `true`, the rule is enabled; otherwise, the rule is disabled.|
@@ -50,11 +50,11 @@ For more information, see the [monitoring](devicemanagement-monitoring.md) resou
5050
|cloudPcProvisionScenario|The alert rule was triggered for an issue with the Cloud PC provisioning. For a system rule, the alert rule was triggered for a Cloud PC provisioning failure.|
5151
|cloudPcImageUploadScenario|The alert rule was triggered for an issue with the process to upload the Cloud PC image. For a system rule, the alert rule was triggered for a failure to upload the Cloud PC image.|
5252
|cloudPcOnPremiseNetworkConnectionCheckScenario|The alert rule was triggered for an issue with the on-premises network connection check. For a system rule, the alert rule was triggered for a failure with the on-premises network connection.|
53-
|unknownFutureValue|Evolvable enumeration sentinel value. Do not use.|
53+
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
5454
|cloudPcInGracePeriodScenario |The alert rule was triggered when the Cloud PC entered the grace period.|
5555
|cloudPcFrontlineInsufficientLicensesScenario| The alert rule was triggered for the Frontline Cloud PCs where more concurrent Cloud PC connections were active than the concurrency limit allows.|
5656
|cloudPcInaccessibleScenario| The alert rule was triggered when Cloud PCs couldn't connect due to host health failure, connection errors, or a zone outage. Alternatively, because they were under provisioning or restoring device status.|
57-
|cloudPcFrontlineBufferUsageScenario| The alert rule was triggered for the Frontline Cloud PCs buffer usage when the buffer is used over the time limit or the count limit. When the frontline licenses are fully utilized by the tenants, there is predefined buffer time duration or number of license count that allows Cloud PC users to use the licenses beyond the allotted licenses. This alert is triggered when the buffered time or license count has been utilized.|
57+
|cloudPcFrontlineBufferUsageScenario| The alert rule was triggered for the Frontline Cloud PCs buffer usage when the buffer is used over the time limit or the count limit. When the tenants use all of the frontline licenses, there's a predefined buffer time or number of licenses that allows Cloud PC users to continue to use them. This alert is triggered when tenants use all of the buffered time or licenses.|
5858

5959
### ruleSeverityType values
6060

@@ -64,7 +64,7 @@ For more information, see the [monitoring](devicemanagement-monitoring.md) resou
6464
|informational|The severity level is `informational`.|
6565
|warning|The severity level is `warning`.|
6666
|critical|The severity level is `critical`.|
67-
|unknownFutureValue|Evolvable enumeration sentinel value. Do not use.|
67+
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
6868

6969
## Relationships
7070

0 commit comments

Comments
 (0)