Fixed merge conflict in browser file metadata between master and live

This commit is contained in:
Liza Poggemeyer
2018-10-02 13:46:08 -07:00

View File

@ -93,8 +93,8 @@ Disable Cortana based on Geo location and time, From 9am-5pm, when in the 100 me
<Type xmlns="syncml:metinf">text/plain</Type> <Type xmlns="syncml:metinf">text/plain</Type>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data>&lt;SyncML&gt; <Data><SyncML>
&lt;SyncBody&gt;&lt;Replace&gt;&lt;CmdID&gt;1001&lt;/CmdID&gt;&lt;Item&gt;&lt;Target&gt;&lt;LocURI&gt;./Vendor/MSFT/Policy/Config/Experience/AllowCortana&lt;/LocURI&gt;&lt;/Target&gt;&lt;Meta&gt;&lt;Format xmlns=&quot;syncml:metinf&quot;&gt;int&lt;/Format&gt;&lt;/Meta&gt;&lt;Data&gt;0&lt;/Data&gt;&lt;/Item&gt;&lt;/Replace&gt;&lt;Final/&gt;&lt;/SyncBody&gt;&lt;/SyncML&gt;</Data> <SyncBody><Replace><CmdID>1001</CmdID><Item><Target><LocURI>./Vendor/MSFT/Policy/Config/Experience/AllowCortana</LocURI></Target><Meta><Format xmlns="syncml:metinf">int</Format></Meta><Data>0</Data></Item></Replace><Final/></SyncBody></SyncML></Data>
</Item> </Item>
</Replace> </Replace>
<Replace> <Replace>
@ -108,15 +108,15 @@ Disable Cortana based on Geo location and time, From 9am-5pm, when in the 100 me
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data> <Data>
&lt;rule schemaVersion=&quot;1.0&quot;&gt; <rule schemaVersion="1.0">
&lt;and&gt; <and>
&lt;signal type="geoloc" latitude="47.6375" longitude="-122.1402" radiusInMeters="100"/&gt; <signal type="geoloc" latitude="47.6375" longitude="-122.1402" radiusInMeters="100"/>
&lt;signal type=&quot;time&quot;&gt; <signal type="time">
&lt;daily startTime=&quot;09:00:00&quot; endTime=&quot;17:00:00&quot;/&gt; <daily startTime="09:00:00" endTime="17:00:00"/>
&lt;/signal&gt; </signal>
&lt;/and&gt; </and>
&lt;/rule&gt; </rule>
</Data> </Data>
</Item> </Item>
</Replace> </Replace>
@ -147,8 +147,8 @@ Disable camera using network trigger with time trigger, from 9-5, when ip4 gatew
<Type xmlns="syncml:metinf">text/plain</Type> <Type xmlns="syncml:metinf">text/plain</Type>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data>&lt;SyncML&gt; <Data><SyncML>
&lt;SyncBody&gt;&lt;Replace&gt;&lt;CmdID&gt;1002&lt;/CmdID&gt;&lt;Item&gt;&lt;Target&gt;&lt;LocURI&gt;./Vendor/MSFT/Policy/Config/Camera/AllowCamera&lt;/LocURI&gt;&lt;/Target&gt;&lt;Meta&gt;&lt;Format xmlns=&quot;syncml:metinf&quot;&gt;int&lt;/Format&gt;&lt;/Meta&gt;&lt;Data&gt;0&lt;/Data&gt;&lt;/Item&gt;&lt;/Replace&gt; &lt;Final/&gt;&lt;/SyncBody&gt;&lt;/SyncML&gt;</Data> <SyncBody><Replace><CmdID>1002</CmdID><Item><Target><LocURI>./Vendor/MSFT/Policy/Config/Camera/AllowCamera</LocURI></Target><Meta><Format xmlns="syncml:metinf">int</Format></Meta><Data>0</Data></Item></Replace> <Final/></SyncBody></SyncML></Data>
</Item> </Item>
</Replace> </Replace>
<Replace> <Replace>
@ -162,16 +162,16 @@ Disable camera using network trigger with time trigger, from 9-5, when ip4 gatew
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data> <Data>
&lt;rule schemaVersion=&quot;1.0&quot;&gt; <rule schemaVersion="1.0">
&lt;and&gt; <and>
&lt;signal type="ipConfig"&gt; <signal type="ipConfig">
&lt;ipv4Gateway&gt;192.168.0.1&lt;/ipv4Gateway&gt; <ipv4Gateway>192.168.0.1</ipv4Gateway>
&lt;/signal&gt; </signal>
&lt;signal type=&quot;time&quot;&gt; <signal type="time">
&lt;daily startTime=&quot;09:00:00&quot; endTime=&quot;17:00:00&quot;/&gt; <daily startTime="09:00:00" endTime="17:00:00"/>
&lt;/signal&gt; </signal>
&lt;/and&gt; </and>
&lt;/rule&gt; </rule>
</Data> </Data>
</Item> </Item>
</Replace> </Replace>