Decreased unnecessary indentation in some code blocks

This commit is contained in:
Gary Moore 2020-04-29 16:52:34 -07:00 committed by GitHub
parent e7e18f8c8c
commit 0133de5d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,18 +330,18 @@ The possible values for 'yy' are:
Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:
```xml ```xml
<Replace> <Replace>
<CmdID>$CmdID$</CmdID> <CmdID>$CmdID$</CmdID>
<Item> <Item>
<Target> <Target>
<LocURI>./Device/Vendor/MSFT/BitLocker/SystemDrivesRequireStartupAuthentication</LocURI> <LocURI>./Device/Vendor/MSFT/BitLocker/SystemDrivesRequireStartupAuthentication</LocURI>
</Target> </Target>
<Meta> <Meta>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data><disabled/></Data> <Data><disabled/></Data>
</Item> </Item>
</Replace> </Replace>
``` ```
Data type is string. Supported operations are Add, Get, Replace, and Delete. Data type is string. Supported operations are Add, Get, Replace, and Delete.
<!--/Policy--> <!--/Policy-->
@ -405,18 +405,18 @@ Sample value for this node to enable this policy is:
Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:
```xml ```xml
<Replace> <Replace>
<CmdID>$CmdID$</CmdID> <CmdID>$CmdID$</CmdID>
<Item> <Item>
<Target> <Target>
<LocURI>./Device/Vendor/MSFT/BitLocker/SystemDrivesMinimumPINLength</LocURI> <LocURI>./Device/Vendor/MSFT/BitLocker/SystemDrivesMinimumPINLength</LocURI>
</Target> </Target>
<Meta> <Meta>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data><disabled/></Data> <Data><disabled/></Data>
</Item> </Item>
</Replace> </Replace>
``` ```
Data type is string. Supported operations are Add, Get, Replace, and Delete. Data type is string. Supported operations are Add, Get, Replace, and Delete.
@ -492,18 +492,18 @@ The possible values for 'xx' are:
Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:
```xml ```xml
<Replace> <Replace>
<CmdID>$CmdID$</CmdID> <CmdID>$CmdID$</CmdID>
<Item> <Item>
<Target> <Target>
<LocURI>./Device/Vendor/MSFT/BitLocker/SystemDrivesRecoveryMessage</LocURI> <LocURI>./Device/Vendor/MSFT/BitLocker/SystemDrivesRecoveryMessage</LocURI>
</Target> </Target>
<Meta> <Meta>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data><disabled/></Data> <Data><disabled/></Data>
</Item> </Item>
</Replace> </Replace>
``` ```
> [!NOTE] > [!NOTE]
@ -592,18 +592,18 @@ The possible values for 'zz' are:
Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:
```xml ```xml
<Replace> <Replace>
<CmdID>$CmdID$</CmdID> <CmdID>$CmdID$</CmdID>
<Item> <Item>
<Target> <Target>
<LocURI>./Device/Vendor/MSFT/BitLocker/SystemDrivesRecoveryOptions</LocURI> <LocURI>./Device/Vendor/MSFT/BitLocker/SystemDrivesRecoveryOptions</LocURI>
</Target> </Target>
<Meta> <Meta>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data><disabled/></Data> <Data><disabled/></Data>
</Item> </Item>
</Replace> </Replace>
``` ```
Data type is string. Supported operations are Add, Get, Replace, and Delete. Data type is string. Supported operations are Add, Get, Replace, and Delete.
@ -698,18 +698,18 @@ The possible values for 'zz' are:
Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:
```xml ```xml
<Replace> <Replace>
<CmdID>$CmdID$</CmdID> <CmdID>$CmdID$</CmdID>
<Item> <Item>
<Target> <Target>
<LocURI>./Device/Vendor/MSFT/BitLocker/FixedDrivesRecoveryOptions</LocURI> <LocURI>./Device/Vendor/MSFT/BitLocker/FixedDrivesRecoveryOptions</LocURI>
</Target> </Target>
<Meta> <Meta>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data><disabled/></Data> <Data><disabled/></Data>
</Item> </Item>
</Replace> </Replace>
``` ```
Data type is string. Supported operations are Add, Get, Replace, and Delete. Data type is string. Supported operations are Add, Get, Replace, and Delete.
@ -767,18 +767,18 @@ Sample value for this node to enable this policy is:
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: 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:
```xml ```xml
<Replace> <Replace>
<CmdID>$CmdID$</CmdID> <CmdID>$CmdID$</CmdID>
<Item> <Item>
<Target> <Target>
<LocURI>./Device/Vendor/MSFT/BitLocker/FixedDrivesRequireEncryption</LocURI> <LocURI>./Device/Vendor/MSFT/BitLocker/FixedDrivesRequireEncryption</LocURI>
</Target> </Target>
<Meta> <Meta>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data><disabled/></Data> <Data><disabled/></Data>
</Item> </Item>
</Replace> </Replace>
``` ```
Data type is string. Supported operations are Add, Get, Replace, and Delete. Data type is string. Supported operations are Add, Get, Replace, and Delete.
@ -849,18 +849,18 @@ The possible values for 'xx' are:
Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML:
```xml ```xml
<Replace> <Replace>
<CmdID>$CmdID$</CmdID> <CmdID>$CmdID$</CmdID>
<Item> <Item>
<Target> <Target>
<LocURI>./Device/Vendor/MSFT/BitLocker/RemovableDrivesRequireEncryption</LocURI> <LocURI>./Device/Vendor/MSFT/BitLocker/RemovableDrivesRequireEncryption</LocURI>
</Target> </Target>
<Meta> <Meta>
<Format xmlns="syncml:metinf">chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data><disabled/></Data> <Data><disabled/></Data>
</Item> </Item>
</Replace> </Replace>
``` ```
<!--/Policy--> <!--/Policy-->
<!--Policy--> <!--Policy-->