Skip to content

Commit 9233696

Browse files
committed
Apply fixes from Laura's pre-merge review
1 parent 4fd9785 commit 9233696

20 files changed

+107
-28
lines changed

api-reference/beta/api/healthmonitoring-alert-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Namespace: microsoft.graph.healthMonitoring
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Read the properties and relationships of a [microsoft.graph.healthMonitoring.alert](../resources/healthmonitoring-alert.md) object. The returned alert object contains information about the state, type, date, and impact of each alert that fired within your tenant.
16+
Read the properties and relationships of a Microsoft Entra scenario monitoring [alert](../resources/healthmonitoring-alert.md) object. The returned alert object contains information about the state, type, date, and impact of each alert that fired within your tenant.
1717

1818
## Permissions
1919

api-reference/beta/api/healthmonitoring-alert-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Namespace: microsoft.graph.healthMonitoring
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Update the properties of a [microsoft.graph.healthMonitoring.alert](../resources/healthmonitoring-alert.md) object. For example, change an alert's state from active to resolved.
16+
Update the properties of a Microsoft Entra scenario monitoring [alert](../resources/healthmonitoring-alert.md) object. For example, change an alert's state from active to resolved.
1717

1818
## Permissions
1919

api-reference/beta/api/healthmonitoring-alertconfiguration-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Namespace: microsoft.graph.healthMonitoring
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Read the properties and relationships of a [microsoft.graph.healthMonitoring.alertConfiguration](../resources/healthmonitoring-alertconfiguration.md) object. The returned alertConfiguration object contains the settings for the distribution groups where alert notifications are to be sent.
16+
Read the properties and relationships of a Microsoft Entra scenario monitoring [alertConfiguration](../resources/healthmonitoring-alertconfiguration.md) object. The returned alertConfiguration object contains the settings for the distribution groups where alert notifications are to be sent.
1717

1818
## Permissions
1919

api-reference/beta/api/healthmonitoring-alertconfiguration-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Namespace: microsoft.graph.healthMonitoring
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Update the properties of a [microsoft.graph.healthMonitoring.alertConfiguration](../resources/healthmonitoring-alertconfiguration.md) object. You can use alertConfiguration settings to specify the distribution groups where alert notifications are to be sent.
16+
Update the properties of a Microsoft Entra scenario monitoring [alertConfiguration](../resources/healthmonitoring-alertconfiguration.md) object. You can use alertConfiguration settings to specify the distribution groups where alert notifications are to be sent.
1717

1818
This API doesn't currently support group validation.
1919

api-reference/beta/api/healthmonitoring-healthmonitoringroot-list-alertconfigurations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "List alertConfiguration objects"
2+
title: "List alertConfigurations"
33
description: "Get a list of the alertConfiguration objects and their properties."
44
author: "huatang92"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-monitoring-health"
77
doc_type: apiPageType
88
---
99

10-
# List alertConfiguration objects
10+
# List alertConfigurations
1111

1212
Namespace: microsoft.graph.healthMonitoring
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Get a list of the [microsoft.graph.healthMonitoring.alertConfiguration](../resources/healthmonitoring-alertconfiguration.md) objects and their properties.
16+
Get a list of the Microsoft Entra scenario monitoring [alertConfiguration](../resources/healthmonitoring-alertconfiguration.md) objects and their properties.
1717

1818
## Permissions
1919

api-reference/beta/api/healthmonitoring-healthmonitoringroot-list-alerts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "List alert objects"
3-
description: "Get the list of the alert objects and their properties from the past 30 days."
2+
title: "List alerts"
3+
description: "Get the list of Microsoft Entra scenario monitoring alerts and their properties from the past 30 days."
44
author: "huatang92"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-monitoring-health"
77
doc_type: apiPageType
88
---
99

10-
# List alert objects
10+
# List alerts
1111

1212
Namespace: microsoft.graph.healthMonitoring
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Get the list of the [microsoft.graph.healthMonitoring.alert](../resources/healthmonitoring-alert.md) objects and their properties from the past 30 days.
16+
Get the list of the Microsoft Entra scenario monitoring [alert](../resources/healthmonitoring-alert.md) objects and their properties from the past 30 days.
1717

1818
## Permissions
1919

api-reference/beta/resources/healthmonitoring-alertconfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Inherits from [microsoft.graph.entity](../resources/entity.md).
2828
|Property|Type|Description|
2929
|:---|:---|:---|
3030
|emailNotificationConfigurations|[microsoft.graph.healthMonitoring.emailNotificationConfiguration](../resources/healthmonitoring-emailnotificationconfiguration.md) collection|Defines the recipients of email notifications for an alert type. Currently, only one email notification configuration is supported for an alert configuration, meaning only one group can receive notifications for an alert type.|
31-
|id|String|The unique identifier of this alert configuration under the associated tenant. For example: `mfaSignInFailure`, `managedDeviceSignInFailure`. Inherited from [microsoft.graph.entity](../resources/entity.md).|
31+
|id|String|The unique identifier of this alert configuration under the associated tenant. For example: `mfaSignInFailure`, `managedDeviceSignInFailure`. The possible values correspond to the values of **alertType** for an [alert](../resources/healthmonitoring-alert.md) object. Inherited from [microsoft.graph.entity](../resources/entity.md).|
3232

3333
## Relationships
3434
None.

api-reference/beta/resources/healthmonitoring-applicationimpactsummary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Namespace: microsoft.graph.healthMonitoring
1616
Represents a summary of an impacted application resource type for an alert in Microsoft Entra Health scenario monitoring.
1717

1818

19-
Inherits from [microsoft.graph.healthMonitoring.directoryObjectImpactSummary](../resources/healthmonitoring-directoryobjectimpactsummary.md).
19+
Inherits from [directoryObjectImpactSummary](../resources/healthmonitoring-directoryobjectimpactsummary.md).
2020

2121
## Properties
2222
|Property|Type|Description|

api-reference/beta/resources/healthmonitoring-deviceimpactsummary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Namespace: microsoft.graph.healthMonitoring
1616
Represents a summary of an impacted device resource type for an alert in Microsoft Entra Health scenario monitoring.
1717

1818

19-
Inherits from [microsoft.graph.healthMonitoring.directoryObjectImpactSummary](../resources/healthmonitoring-directoryobjectimpactsummary.md).
19+
Inherits from [directoryObjectImpactSummary](../resources/healthmonitoring-directoryobjectimpactsummary.md).
2020

2121
## Properties
2222
|Property|Type|Description|

api-reference/beta/resources/healthmonitoring-directoryobjectimpactsummary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This type is an abstract type from which the following resources inherit:
2121
- [servicePrincipalImpactSummary](../resources/healthmonitoring-serviceprincipalimpactsummary.md)
2222
- [userImpactSummary](../resources/healthmonitoring-userimpactsummary.md)
2323

24-
Inherits from [microsoft.graph.healthMonitoring.resourceImpactSummary](../resources/healthmonitoring-resourceimpactsummary.md).
24+
Inherits from [resourceImpactSummary](../resources/healthmonitoring-resourceimpactsummary.md).
2525

2626
## Properties
2727
|Property|Type|Description|

0 commit comments

Comments
 (0)