Skip to content

Commit ce0e3c0

Browse files
committed
Updating Limited Access Feature callouts
1 parent 7b9414a commit ce0e3c0

41 files changed

Lines changed: 42 additions & 72 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

windows.applicationmodel.conversationalagent/windows_applicationmodel_conversationalagent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ namespace Windows.ApplicationModel.ConversationalAgent
1414

1515
Provides applications the ability to expose functionality through any digital assistant supported by the Windows Conversational Agent platform.
1616

17+
> [!IMPORTANT]
18+
> The Windows.ApplicationModel.ConversationalAgent APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
1720
## -remarks
1821

1922
Users can enable a platform-level detection signal for a conversational agent in Settings. This signal can include a keyword utterance, Bluetooth transmission, system keyboard accelerator, in-app speech recognition, or other sounds (door slam, smoke detector). For example, the "Hey Cortana" keyword that begins a voice interaction with Cortana.

windows.applicationmodel/limitedaccessfeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This API enables applications to request access to Limited Access Features.
1818

1919
Limited Access Features are Windows platform features which require specific approval to be used in an application. This may be because these are features which are not ready for broad consumption, or because these are features which have legitimate use-cases but may be abused by malicious apps.
2020

21-
To use a Limited Access Feature in your app, you need explicit permission from Microsoft. You cannot call the APIs needed to enable one of these features without a specific feature ID and use token.
21+
To use a Limited Access Feature in your app, you need explicit permission from Microsoft. You cannot call the APIs needed to enable one of these features without a specific feature ID and use token. For more information about any Limited Access Feature or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2222

2323
## -see-also
2424

windows.devices.geolocation.provider/geolocationprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Provides the ability to override the user's location from a remote source.
1717
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1818
1919
> [!IMPORTANT]
20-
> The [GeolocationProvider API](windows_devices_geolocation_provider.md) is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
20+
> The [Windows.Devices.Geolocation.Provider](/uwp/api/windows.devices.geolocation.provider.geolocationprovider) APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2121
2222
## -remarks
2323

windows.devices.geolocation.provider/geolocationprovider_clearoverrideposition_399430586.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Clears (or resets) an override position that was set previously by a call to [Ge
1717
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1818
1919
> [!IMPORTANT]
20-
> The [GeolocationProvider API](windows_devices_geolocation_provider.md) is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
20+
> The [Windows.Devices.Geolocation.Provider](/uwp/api/windows.devices.geolocation.provider.geolocationprovider) APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2121
2222
## -remarks
2323

windows.devices.geolocation.provider/geolocationprovider_geolocationprovider_1221375020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Constructs a new instance of [GeolocationProvider](geolocationprovider.md).
1717
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1818
1919
> [!IMPORTANT]
20-
> The [GeolocationProvider API](windows_devices_geolocation_provider.md) is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
20+
> The [Windows.Devices.Geolocation.Provider](/uwp/api/windows.devices.geolocation.provider.geolocationprovider) APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2121
2222
## -remarks
2323

windows.devices.geolocation.provider/geolocationprovider_isoverridden.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gets a value indicating whether the owning [GeolocationProvider](geolocationprov
1717
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1818
1919
> [!IMPORTANT]
20-
> The [GeolocationProvider API](windows_devices_geolocation_provider.md) is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
20+
> The [Windows.Devices.Geolocation.Provider](/uwp/api/windows.devices.geolocation.provider.geolocationprovider) APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2121
2222
## -property-value
2323

windows.devices.geolocation.provider/geolocationprovider_isoverriddenchanged.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ An event that's raised when the value of the [GeolocationProvider.IsOverridden](
1717
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1818
1919
> [!IMPORTANT]
20-
> The [GeolocationProvider API](windows_devices_geolocation_provider.md) is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
20+
> The [Windows.Devices.Geolocation.Provider](/uwp/api/windows.devices.geolocation.provider.geolocationprovider) APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2121
2222
## -remarks
2323

windows.devices.geolocation.provider/geolocationprovider_setoverrideposition_807670976.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sets an override position for the user's location. You can clear the override po
1717
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1818
1919
> [!IMPORTANT]
20-
> The [GeolocationProvider API](windows_devices_geolocation_provider.md) is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
20+
> The [Windows.Devices.Geolocation.Provider](/uwp/api/windows.devices.geolocation.provider.geolocationprovider) APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2121
2222
## -parameters
2323

windows.devices.geolocation.provider/locationoverridestatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Defines constants that specify the status of a call to the location override API
1717
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1818
1919
> [!IMPORTANT]
20-
> The [GeolocationProvider API](windows_devices_geolocation_provider.md) is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
20+
> The [Windows.Devices.Geolocation.Provider](/uwp/api/windows.devices.geolocation.provider.geolocationprovider) APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2121
2222
## -enum-fields
2323

windows.devices.geolocation.provider/windows_devices_geolocation_provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are some scenarios in which the physical location of the devices isn't suf
1313
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1414
1515
> [!IMPORTANT]
16-
> The GeolocationProvider API is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
16+
> The Windows.Devices.Geolocation.Provider APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
1717
1818
## -remarks
1919

0 commit comments

Comments
 (0)