Skip to content

Commit 0333ce7

Browse files
authored
Merge pull request #9323 from saqeebhasan1/patch-1
Update directory-deleteditems-list.md
2 parents 514374a + 8c5e21e commit 0333ce7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-reference/beta/api/directory-deleteditems-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ ConsistencyLevel: eventual
6262

6363
This example requires the **ConsistencyLevel** header because the `$orderby` and `$count` query parameters are used in the query.
6464

65-
### Examples using the $orderby OData query parameter
65+
### $orderby OData query parameter examples
6666

67-
The `$orderby` OData query parameter is supported on the **deletedDateTime**, **displayName**, and **userPrincipalName** properties of the deleted object types. On the **deletedDateTime** property, the query requires adding the [advanced query parameters](/graph/aad-advanced-queries) (**ConsistencyLevel** header set to `true` and `$count=true` query string).
67+
The `$orderby` OData query parameter is supported on the **deletedDateTime**, **displayName**, and **userPrincipalName** properties of the deleted object types. On the **deletedDateTime** property, the query requires adding the [advanced query parameters](/graph/aad-advanced-queries) (**ConsistencyLevel** header set to `eventual` and `$count=true` query string).
6868

6969
| OData cast | Properties supporting $orderby | Example |
7070
| :--- | :--- | :--- |

api-reference/v1.0/api/directory-deleteditems-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ ConsistencyLevel: eventual
5656

5757
This example requires the **ConsistencyLevel** header because the `$orderby` and `$count` query parameters are used in the query.
5858

59-
### Examples using the $orderby OData query parameter
59+
### $orderby OData query parameter examples
6060

61-
The `$orderby` OData query parameter is supported on the **deletedDateTime**, **displayName**, and **userPrincipalName** properties of the deleted object types. On the **deletedDateTime** property, the query requires adding the [advanced query parameters](/graph/aad-advanced-queries) (**ConsistencyLevel** header set to `true` and `$count=true` query string).
61+
The `$orderby` OData query parameter is supported on the **deletedDateTime**, **displayName**, and **userPrincipalName** properties of the deleted object types. On the **deletedDateTime** property, the query requires adding the [advanced query parameters](/graph/aad-advanced-queries) (**ConsistencyLevel** header set to `eventual` and `$count=true` query string).
6262

6363
| OData cast | Properties supporting $orderby | Example |
6464
| :--- | :--- | :--- |

0 commit comments

Comments
 (0)