Skip to content

Commit bb1ae1c

Browse files
authored
Merge pull request #499 from baywet/patch-1
- nit: adds languages to missing code blocks in change tracking pattern
2 parents 2ea135d + 58613f6 commit bb1ae1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graph/patterns/change-tracking.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ API consumers need guaranteed data integrity over the set of changes to Microsof
8181

8282
### Change tracking on entity set
8383

84-
```
84+
```xml
8585
<Function Name="delta" IsBound="true">
8686
<Parameter Name="bindingParameter" Type="Collection(graph.user)" />
8787
<ReturnType Type="Collection(graph.user)" />
@@ -97,7 +97,7 @@ API consumers need guaranteed data integrity over the set of changes to Microsof
9797

9898
### Change tracking on navigation property
9999

100-
```
100+
```xml
101101
<EntityType Name="educationRoot">
102102
<NavigationProperty Name="classes" Type="Collection(graph.educationClass)" ContainsTarget="true" />
103103
<NavigationProperty Name="me" Type="graph.educationUser" ContainsTarget="true" />
@@ -157,7 +157,7 @@ GET https://graph.microsoft.com/v1.0/communications/onlineMeetings/getAllRecordi
157157

158158
Here after the initial delta call, a user resource is updated, and there is one user added to and one removed from that user’s directReports collection. Additionally, a second user is deleted. In this case, there are no further pages of change records currently available. For detailed sequence of requests see [Change Tracking](https://learn.microsoft.com/en-us/graph/delta-query-overview?tabs=http#use-delta-query-to-track-changes-in-a-resource-collection).
159159

160-
```
160+
```http
161161
GET https://graph.microsoft.com/v1.0/users/delta?$skiptoken=pqwSUjGYvb3jQpbwVAwEL7yuI3dU1LecfkkfLPtnIjvB7XnF_yllFsCrZJ
162162
163163
{
@@ -196,4 +196,4 @@ GET https://graph.microsoft.com/v1.0/users/delta?$skiptoken=pqwSUjGYvb3jQpbwVAwE
196196
}
197197
]
198198
}
199-
```
199+
```

0 commit comments

Comments
 (0)