Fix issues

This commit is contained in:
Vinay Pamnani 2023-02-28 15:23:03 -05:00
parent 60875b4357
commit 2233e18968
2 changed files with 169 additions and 172 deletions

View File

@ -51,7 +51,7 @@ The following list shows the SUPL configuration service provider nodes:
- [HighAccPositioningMethod](#supl1extmicrosofthighaccpositioningmethod) - [HighAccPositioningMethod](#supl1extmicrosofthighaccpositioningmethod)
- [LocMasterSwitchDependencyNII](#supl1extmicrosoftlocmasterswitchdependencynii) - [LocMasterSwitchDependencyNII](#supl1extmicrosoftlocmasterswitchdependencynii)
- [MCCMNCPairs](#supl1extmicrosoftmccmncpairs) - [MCCMNCPairs](#supl1extmicrosoftmccmncpairs)
- [NIDefaultTimeout ](#supl1extmicrosoftnidefaulttimeout-) - [NIDefaultTimeout](#supl1extmicrosoftnidefaulttimeout)
- [RootCertificate](#supl1extmicrosoftrootcertificate) - [RootCertificate](#supl1extmicrosoftrootcertificate)
- [Data](#supl1extmicrosoftrootcertificatedata) - [Data](#supl1extmicrosoftrootcertificatedata)
- [Name](#supl1extmicrosoftrootcertificatename) - [Name](#supl1extmicrosoftrootcertificatename)
@ -72,14 +72,14 @@ The following list shows the SUPL configuration service provider nodes:
- [Name](#supl1extmicrosoftrootcertificate6name) - [Name](#supl1extmicrosoftrootcertificate6name)
- [ServerAccessInterval](#supl1extmicrosoftserveraccessinterval) - [ServerAccessInterval](#supl1extmicrosoftserveraccessinterval)
- [Version](#supl1extmicrosoftversion) - [Version](#supl1extmicrosoftversion)
- [V2UPL1 ](#v2upl1-) - [V2UPL1](#v2upl1)
- [ApplicationTypeIndicator_MR](#v2upl1-applicationtypeindicator_mr) - [ApplicationTypeIndicator_MR](#v2upl1applicationtypeindicator_mr)
- [LocMasterSwitchDependencyNII](#v2upl1-locmasterswitchdependencynii) - [LocMasterSwitchDependencyNII](#v2upl1locmasterswitchdependencynii)
- [MPC](#v2upl1-mpc) - [MPC](#v2upl1mpc)
- [NIDefaultTimeout ](#v2upl1-nidefaulttimeout-) - [NIDefaultTimeout](#v2upl1nidefaulttimeout)
- [PDE](#v2upl1-pde) - [PDE](#v2upl1pde)
- [PositioningMethod_MR](#v2upl1-positioningmethod_mr) - [PositioningMethod_MR](#v2upl1positioningmethod_mr)
- [ServerAccessInterval](#v2upl1-serveraccessinterval) - [ServerAccessInterval](#v2upl1serveraccessinterval)
<!-- SUPL-Tree-End --> <!-- SUPL-Tree-End -->
<!-- Device-SUPL1-Begin --> <!-- Device-SUPL1-Begin -->
@ -396,7 +396,7 @@ This setting is deprecated in Windows 10. Optional. Boolean. Specifies whether t
<!-- Device-SUPL1-Ext-Microsoft-LocMasterSwitchDependencyNII-Editable-Begin --> <!-- Device-SUPL1-Ext-Microsoft-LocMasterSwitchDependencyNII-Editable-Begin -->
| Location toggle setting | LocMasterSwitchDependencyNII setting | NI request processing allowed | | Location toggle setting | LocMasterSwitchDependencyNII setting | NI request processing allowed |
|--- |--- |--- | |-------------------------|--------------------------------------|------------------------------------|
| On | 0 | Yes | | On | 0 | Yes |
| On | 1 | Yes | | On | 1 | Yes |
| Off | 0 | Yes | | Off | 0 | Yes |
@ -405,11 +405,8 @@ This setting is deprecated in Windows 10. Optional. Boolean. Specifies whether t
When the location toggle is set to Off and this value is set to 1, the following application requests will fail: When the location toggle is set to Off and this value is set to 1, the following application requests will fail:
- `noNotificationNoVerification` - `noNotificationNoVerification`
- `notificationOnly` - `notificationOnly`
- `notificationAndVerficationAllowedNA` - `notificationAndVerficationAllowedNA`
- `notificationAndVerficationDeniedNA` - `notificationAndVerficationDeniedNA`
However, if `privacyOverride` is set in the message, the location will be returned. However, if `privacyOverride` is set in the message, the location will be returned.
@ -1496,7 +1493,7 @@ Optional. Time in seconds that the network-initiated location request is display
<!-- Device-V2UPL1-NIDefaultTimeout-Description-End --> <!-- Device-V2UPL1-NIDefaultTimeout-Description-End -->
<!-- Device-V2UPL1-NIDefaultTimeout-Editable-Begin --> <!-- Device-V2UPL1-NIDefaultTimeout-Editable-Begin -->
This value manages the settings for both SUPL and v2 UPL. If a device is configured for both SUPL and V2 UPL, then these values will differ, and the SUPL setting will always be used. <!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-V2UPL1-NIDefaultTimeout-Editable-End --> <!-- Device-V2UPL1-NIDefaultTimeout-Editable-End -->
<!-- Device-V2UPL1-NIDefaultTimeout-DFProperties-Begin --> <!-- Device-V2UPL1-NIDefaultTimeout-DFProperties-Begin -->

View File

@ -4,7 +4,7 @@ description: View the XML file containing the device description framework (DDF)
author: vinaypamnani-msft author: vinaypamnani-msft
manager: aaroncz manager: aaroncz
ms.author: vinpa ms.author: vinpa
ms.date: 02/23/2023 ms.date: 02/28/2023
ms.localizationpriority: medium ms.localizationpriority: medium
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-manage ms.technology: itpro-manage