chore: Replace "syntax" with code fence language

This commit is contained in:
Nick Schonning
2019-06-17 00:20:24 -04:00
parent acffe88c9d
commit 37679304a5
21 changed files with 78 additions and 78 deletions

View File

@ -80,7 +80,7 @@ Boolean value indicating whether AllJoyn router service (AJRouter.dll) is enable
Set adapter configuration
``` syntax
```xml
<?xml version="1.0" encoding="utf-8"?>
SyncML xmlns="SYNCML:SYNCML1.2">
<SyncBody>
@ -104,7 +104,7 @@ You should replace \_ALLJOYN\_DEVICE\_ID\_ with an actual device ID. Note that t
Get PIN data
``` syntax
```xml
<?xml version="1.0" encoding="utf-8"?>
<SyncML xmlns="SYNCML:SYNCML1.2">
<SyncBody>
@ -123,7 +123,7 @@ Get PIN data
Get the firewall PrivateProfile
``` syntax
```xml
<SyncML xmlns="SYNCML:SYNCML1.2">
<SyncBody>
<Get>

View File

@ -19,7 +19,7 @@ This topic shows the OMA DM device description framework (DDF) for the **AppLock
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
``` syntax
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"

View File

@ -17,7 +17,7 @@ ms.date: 06/26/2017
Here's the XSD for the AppLocker CSP.
``` syntax
```xml
<?xml version="1.0"?>
<xs:schema attributeFormDefault="unqualified"

View File

@ -97,7 +97,7 @@ manager: dansimp
<p>This example shows how to enable App-V on the device.</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -117,7 +117,7 @@ manager: dansimp
<p>This example shows how to allow package scripts to run during package operations (publish, run, and unpublish). Allowing package scripts assists in package deployments (add and publish of App-V apps).</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -141,7 +141,7 @@ manager: dansimp
<p>This SyncML example shows how to publish a package globally on an MDM enrolled device for all device users.</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -183,7 +183,7 @@ manager: dansimp
<p>This SyncML example shows how to publish a package globally, with a policy that adds two shortcuts for the package, on an MDM enrolled device.</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -277,7 +277,7 @@ manager: dansimp
<p>This SyncML example shows how to publish a package for a specific MDM user.</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -320,7 +320,7 @@ manager: dansimp
> [!NOTE]
> The user connection group has the user-only package as optional in this example, which implies users without the optional package can continue to launch the global package within the same connection group.
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -397,7 +397,7 @@ manager: dansimp
<p>This SyncML example shows how to unpublish all global packages on the device by sending an empty package and connection group list in the SyncML.</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -433,7 +433,7 @@ manager: dansimp
<p>These SyncML examples return all global, and user-published packages on the device.</p>
``` syntax
```xml
<Get>
<CmdID>$CmdID$</CmdID>
<Item>
@ -444,7 +444,7 @@ manager: dansimp
</Get>
```
``` syntax
```xml
<Get>
<CmdID>$CmdID$</CmdID>
<Item>

View File

@ -166,7 +166,7 @@ This MDM alert header is defined as follows:
KioskModeApp Add
``` syntax
```xml
<SyncML xmlns='SYNCML:SYNCML1.2'>
<SyncBody>
<Add>
@ -188,7 +188,7 @@ KioskModeApp Add
KioskModeApp Delete
``` syntax
```xml
<SyncML xmlns='SYNCML:SYNCML1.2'>
<SyncBody>
<Delete>
@ -206,7 +206,7 @@ KioskModeApp Delete
KioskModeApp Get
``` syntax
```xml
<SyncML xmlns='SYNCML:SYNCML1.2'>
<SyncBody>
<Get>
@ -224,7 +224,7 @@ KioskModeApp Get
KioskModeApp Replace
``` syntax
```xml
<SyncML xmlns='SYNCML:SYNCML1.2'>
<SyncBody>
<Replace>
@ -246,7 +246,7 @@ KioskModeApp Replace
## AssignedAccessConfiguration XSD
``` syntax
```xml
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
elementFormDefault="qualified"
@ -390,7 +390,7 @@ KioskModeApp Replace
## Example AssignedAccessConfiguration XML
``` syntax
```xml
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config">
<Profiles>
@ -698,7 +698,7 @@ Example of the Delete command.
## StatusConfiguration XSD
``` syntax
```xml
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
elementFormDefault="qualified"
@ -731,7 +731,7 @@ Example of the Delete command.
StatusConfiguration Add OnWithAlerts
``` syntax
```xml
<SyncML xmlns='SYNCML:SYNCML1.2'>
<SyncBody>
<Add>
@ -760,7 +760,7 @@ StatusConfiguration Add OnWithAlerts
StatusConfiguration Delete
``` syntax
```xml
<SyncML xmlns='SYNCML:SYNCML1.2'>
<SyncBody>
<Delete>
@ -778,7 +778,7 @@ StatusConfiguration Delete
StatusConfiguration Get
``` syntax
```xml
<SyncML xmlns='SYNCML:SYNCML1.2'>
<SyncBody>
<Get>
@ -826,7 +826,7 @@ StatusConfiguration Replace On
## Status example
Status Get
``` syntax
```xml
<SyncML xmlns='SYNCML:SYNCML1.2'>
<SyncBody>
<Get>
@ -844,7 +844,7 @@ Status Get
## ShellLauncherConfiguration XSD
``` syntax
```xml
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
elementFormDefault="qualified"
@ -1195,7 +1195,7 @@ ShellLauncherConfiguration Get
This example configures the following apps: Skype, Learning, Feedback Hub, and Calibration, for first line workers. Use this XML in a provisioning package using Windows Configuration Designer. For instructions, see [Configure HoloLens using a provisioning package](https://docs.microsoft.com/hololens/hololens-provisioning).
``` syntax
```xml
<?xml version="1.0" encoding="utf-8" ?>
<!--
This is a sample Assigned Access XML file. The Profile specifies which apps are allowed

View File

@ -24,7 +24,7 @@ You can download the DDF files from the links below:
The XML below is for Windows 10, version 1803.
``` syntax
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"

View File

@ -66,7 +66,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<SyncML>
<SyncBody>
<Replace>
@ -116,7 +116,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<SyncML>
<SyncBody>
<Replace>
@ -178,7 +178,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px"> Sample value for this node to enable this policy and set the encryption methods is:</p>
``` syntax
```xml
<enabled/><data id="EncryptionMethodWithXtsOsDropDown_Name" value="xx"/><data id="EncryptionMethodWithXtsFdvDropDown_Name" value="xx"/><data id="EncryptionMethodWithXtsRdvDropDown_Name" value="xx"/>
```
@ -198,7 +198,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px"> If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -269,7 +269,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Sample value for this node to enable this policy is:</p>
``` syntax
```xml
<enabled/><data id="ConfigureNonTPMStartupKeyUsage_Name" value="xx"/><data id="ConfigureTPMStartupKeyUsageDropDown_Name" value="yy"/><data id="ConfigurePINUsageDropDown_Name" value="yy"/><data id="ConfigureTPMPINKeyUsageDropDown_Name" value="yy"/><data id="ConfigureTPMUsageDropDown_Name" value="yy"/>
```
<p style="margin-left: 20px">Data id:</p>
@ -296,7 +296,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -358,13 +358,13 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Sample value for this node to enable this policy is:</p>
``` syntax
```xml
<enabled/><data id="MinPINLength" value="xx"/>
```
<p style="margin-left: 20px">Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -425,7 +425,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Sample value for this node to enable this policy is:</p>
``` syntax
```xml
<enabled/><data id="PrebootRecoveryInfoDropDown_Name" value="xx"/><data id="RecoveryMessage_Input" value="yy"/><data id="RecoveryUrl_Input" value="zz"/>
```
<p style="margin-left: 20px">The possible values for &#39;xx&#39; are:</p>
@ -442,7 +442,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -515,7 +515,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Sample value for this node to enable this policy is:</p>
``` syntax
```xml
<enabled/><data id="OSAllowDRA_Name" value="xx"/><data id="OSRecoveryPasswordUsageDropDown_Name" value="yy"/><data id="OSRecoveryKeyUsageDropDown_Name" value="yy"/><data id="OSHideRecoveryPage_Name" value="xx"/><data id="OSActiveDirectoryBackup_Name" value="xx"/><data id="OSActiveDirectoryBackupDropDown_Name" value="zz"/><data id="OSRequireActiveDirectoryBackup_Name" value="xx"/>
```
@ -542,7 +542,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -614,7 +614,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Sample value for this node to enable this policy is:</p>
``` syntax
```xml
<enabled/><data id="FDVAllowDRA_Name" value="xx"/><data id="FDVRecoveryPasswordUsageDropDown_Name" value="yy"/><data id="FDVRecoveryKeyUsageDropDown_Name" value="yy"/><data id="FDVHideRecoveryPage_Name" value="xx"/><data id="FDVActiveDirectoryBackup_Name" value="xx"/><data id="FDVActiveDirectoryBackupDropDown_Name" value="zz"/><data id="FDVRequireActiveDirectoryBackup_Name" value="xx"/>
```
@ -640,7 +640,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -696,13 +696,13 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Sample value for this node to enable this policy is:</p>
``` syntax
```xml
<enabled/>
```
<p style="margin-left: 20px">If you disable or do not configure this setting, all fixed data drives on the computer will be mounted with read and write access. If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -764,7 +764,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Sample value for this node to enable this policy is:</p>
``` syntax
```xml
<enabled/><data id="RDVCrossOrg" value="xx"/>
```
@ -776,7 +776,7 @@ The following diagram shows the BitLocker configuration service provider in tree
<p style="margin-left: 20px">Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:</p>
``` syntax
```xml
<Replace>
<CmdID>$CmdID$</CmdID>
<Item>
@ -827,7 +827,7 @@ The following diagram shows the BitLocker configuration service provider in tree
- 0 Disables the warning prompt. Starting in Windows 10, version 1803, the value 0 can only be set for Azure Active Directory joined devices. Windows will attempt to silently enable BitLocker for value 0.
- 1 (default) Warning prompt allowed.
``` syntax
```xml
<Replace>
<CmdID>110</CmdID>
<Item>
@ -869,7 +869,7 @@ The expected values for this policy are:
If you want to disable this policy use the following SyncML:
``` syntax
```xml
<Replace>
<CmdID>111</CmdID>
<Item>
@ -887,7 +887,7 @@ If you want to disable this policy use the following SyncML:
The following example is provided to show proper format and should not be taken as a recommendation.
``` syntax
```xml
<SyncML xmlns="SYNCML:SYNCML1.2">
<SyncBody>