File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ You can consider related patterns such as [long running operations](./long-runni
45
45
<Parameter Name="AttachmentItem" Type="graph.attachmentItem" Nullable="false" />
46
46
<ReturnType Type="graph.uploadSession" />
47
47
</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">
50
50
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
51
51
<Parameter Name="deprovisionReason" Type="Edm.String" Nullable="false" Unicode="false" />
52
52
</Action>
@@ -62,3 +62,4 @@ You can consider related patterns such as [long running operations](./long-runni
62
62
<ReturnType Type="Collection(graph.deviceManagementSettingComparison)" />
63
63
</Function>
64
64
65
+ ```
You can’t perform that action at this time.
0 commit comments