Skip to content

Commit c344f09

Browse files
authored
Merge pull request #25403 from microsoftgraph/JarbasHorst-patch-8
Fixes for the new Microsoft Entra Health monitoring alerts APIs
2 parents d7c9436 + 8d9b4e1 commit c344f09

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Dictionary resource type"
2+
title: "dictionary resource type"
33
description: "Represents a dictionary type that consists of key-value pairs."
44
author: "huatang92"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-monitoring-health"
77
doc_type: resourcePageType
88
---
99

10-
# Dictionary resource type
10+
# dictionary resource type
1111

1212
Namespace: microsoft.graph.healthMonitoring
1313

@@ -27,13 +27,13 @@ None.
2727
The following JSON representation shows the resource type.
2828
<!-- {
2929
"blockType": "resource",
30-
"@odata.type": "microsoft.graph.healthMonitoring.Dictionary",
30+
"@odata.type": "microsoft.graph.healthMonitoring.dictionary",
3131
"openType": true
3232
}
3333
-->
3434
``` json
3535
{
36-
"@odata.type": "#microsoft.graph.healthMonitoring.Dictionary"
36+
"@odata.type": "#microsoft.graph.healthMonitoring.dictionary"
3737
}
3838
```
3939

api-reference/beta/toc/reports/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ items:
138138
href: ../../api/dailyuserinsightmetricsroot-list-signups.md
139139
- name: List monthly
140140
href: ../../api/monthlyuserinsightmetricsroot-list-signups.md
141-
- name: Microsoft Entra Health
141+
- name: Microsoft Entra Health (preview)
142142
items:
143143
- name: SLA attainment
144144
items:

api-reference/beta/toc/toc.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2249,7 +2249,7 @@
22492249
]
22502250
},
22512251
{
2252-
"name": "Microsoft Entra Health",
2252+
"name": "Microsoft Entra Health (preview)",
22532253
"childNodes": [
22542254
{
22552255
"name": "SLA attainment",

0 commit comments

Comments
 (0)