Skip to content

Commit ef6bd88

Browse files
committed
Metting Acrolinx minimums.
1 parent a5946a3 commit ef6bd88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Represents the rule conditions for an [alert rule](devicemanagement-alertrule.md
2121

2222
|Property|Type|Description|
2323
|:---|:---|:---|
24-
|relationshipType|[microsoft.graph.deviceManagement.relationshipType](#relationshiptype-values)| The relationship type. Possible values are: `and`, `or`.|
24+
|relationshipType|[microsoft.graph.deviceManagement.relationshipType](#relationshiptype-values)| The relationship type. Possible values are: `and`, `or`.|
2525
|conditionCategory|[microsoft.graph.deviceManagement.conditionCategory](#conditioncategory-values)|The property that the rule condition monitors. Possible values are: `provisionFailures`, `imageUploadFailures`, `azureNetworkConnectionCheckFailures`, `cloudPcInGracePeriod`, `frontlineInsufficientLicenses`, `cloudPcConnectionErrors`, `cloudPcHostHealthCheckFailures`, `cloudPcZoneOutage`, `unknownFutureValue`.|
2626
|aggregation|[microsoft.graph.deviceManagement.aggregationType](#aggregationtype-values)|The built-in aggregation method for the rule condition. The possible values are: `count`, `percentage`, `affectedCloudPcCount`, `affectedCloudPcPercentage`, `unknownFutureValue`.|
2727
|operator|[microsoft.graph.deviceManagement.operatorType](#operatortype-values)|The built-in operator for the rule condition. The possible values are: `greaterOrEqual`, `equal`, `greater`, `less`, `lessOrEqual`, `notEqual`, `unknownFutureValue`.|
@@ -46,9 +46,9 @@ Represents the rule conditions for an [alert rule](devicemanagement-alertrule.md
4646
|cloudPcConnectionErrors| The rule condition targets Cloud PC connection errors.|
4747
|cloudPcHostHealthCheckFailures| The rule condition targets Cloud PC host health check failures.|
4848
|cloudPcZoneOutage| The rule condition targets Cloud PC zone outage.|
49-
|unknownFutureValue| Evolvable enumeration sentinel value. Do not use.|
49+
|unknownFutureValue| Evolvable enumeration sentinel value. Don't use.|
5050
|frontlineBufferUsageDuration| The alert rule condition targets Frontline buffer usage exceeds time duration.|
51-
|frontlineBufferUsageThreshold| The alert rule condition targets Frontline buffer usage exceeds limiting fequency.|
51+
|frontlineBufferUsageThreshold| The alert rule condition targets Frontline buffer usage exceeds limiting frequency.|
5252

5353
### aggregationType values
5454

@@ -58,7 +58,7 @@ Represents the rule conditions for an [alert rule](devicemanagement-alertrule.md
5858
|percentage|The percentage of the items that match the rule conditions.|
5959
|affectedCloudPcCount|The total number of Cloud PCs that meet the rule conditions.|
6060
|affectedCloudPcPercentage|The percentage of Cloud PCs that meet the rule conditions.|
61-
|unknownFutureValue|Evolvable enumeration sentinel value. Do not use.|
61+
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
6262
|durationInMinute| The time range during which Cloud PCs that meet the alert rule conditions are affected.|
6363

6464
### operatorType values
@@ -71,7 +71,7 @@ Represents the rule conditions for an [alert rule](devicemanagement-alertrule.md
7171
|less|The operator is less than the threshold target.|
7272
|lessOrEqual|The operator is less than or equal to the threshold target.|
7373
|notEqual|The operator isn't equal to the threshold target.|
74-
|unknownFutureValue|Evolvable enumeration sentinel value. Do not use.|
74+
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
7575

7676
## Relationships
7777

0 commit comments

Comments
 (0)