Skip to content

Commit 7588af5

Browse files
authored
Fixed for the new Microsoft Entra Health monitoring alert APIs
- Fixed topic title and H1 - Added preview suffix to TOC title
1 parent 7c1f906 commit 7588af5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)