Skip to content

Commit 0cdfbd0

Browse files
authored
added function examples
1 parent 27aa5a2 commit 0cdfbd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graph/patterns/operations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ You can consider related patterns such as [long running operations](./long-runni
4545
<Parameter Name="AttachmentItem" Type="graph.attachmentItem" Nullable="false" />
4646
<ReturnType Type="graph.uploadSession" />
4747
</Action>
48-
```
49-
<Action Name="deprovision" IsBound="true" ags:OwnerService="Microsoft.Intune.Devices">
48+
49+
<Action Name="deprovision" IsBound="true" ags:OwnerService="Microsoft.Intune.Devices">
5050
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
5151
<Parameter Name="deprovisionReason" Type="Edm.String" Nullable="false" Unicode="false" />
5252
</Action>
@@ -62,3 +62,4 @@ You can consider related patterns such as [long running operations](./long-runni
6262
<ReturnType Type="Collection(graph.deviceManagementSettingComparison)" />
6363
</Function>
6464
65+
```

0 commit comments

Comments
 (0)