Merged PR 3027: Azure AD integration with MDM - updated Alert example SyncML

This commit is contained in:
Maricia Alforque 2017-09-05 21:09:32 +00:00
parent abed513dfa
commit 3ac469ec6d

View File

@ -634,7 +634,6 @@ Alert sample:
<Item> <Item>
<Meta> <Meta>
<Type xmlns=”syncml:metinf”>com.microsoft/MDM/AADUserToken</Type> <Type xmlns=”syncml:metinf”>com.microsoft/MDM/AADUserToken</Type>
<Format xmlns=”syncml:metinf”>chr</Format>
</Meta> </Meta>
<Data>UserToken inserted here</Data> <Data>UserToken inserted here</Data>
</Item> </Item>
@ -664,7 +663,6 @@ Here's an example.
<Item> <Item>
<Meta> <Meta>
<Type xmlns=”syncml:metinf”>com.microsoft/MDM/LoginStatus</Type> <Type xmlns=”syncml:metinf”>com.microsoft/MDM/LoginStatus</Type>
<Format xmlns=”syncml:metinf”>chr</Format>
</Meta> </Meta>
<Data>user</Data> <Data>user</Data>
</Item> </Item>