mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-24 14:53:44 +00:00
Fix smart quotes in code samples
This commit is contained in:
@ -693,8 +693,8 @@ PATCH https://graph.windows.net/contoso.com/devices/db7ab579-3759-4492-a03f-655c
|
||||
Authorization: Bearer eyJ0eXAiO………
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
{ “isManaged”:true,
|
||||
“isCompliant”:true
|
||||
{ "isManaged":true,
|
||||
"isCompliant":true
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -71,8 +71,8 @@ The following sample shows an OMA DM first package that contains a generic alert
|
||||
<Data>1226</Data> <!-- generic alert -->
|
||||
<Item>
|
||||
<Meta>
|
||||
<Type xmlns=”syncml:metinfo”> com.microsoft:mdm.unenrollment.userrequest</Type>
|
||||
<Format xmlns= “syncml:metinfo”>int</Format>
|
||||
<Type xmlns="syncml:metinfo"> com.microsoft:mdm.unenrollment.userrequest</Type>
|
||||
<Format xmlns= "syncml:metinfo">int</Format>
|
||||
</Meta>
|
||||
<Data>1</Data>
|
||||
</Item>
|
||||
|
Reference in New Issue
Block a user