Skip to content

Commit 7be0789

Browse files
Merge pull request #5297 from MicrosoftDocs/main638790478618979022sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 264e313 + d46b35e commit 7be0789

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hub/apps/develop/actions/action-provider-manifest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Action providers must provide a **Registration** element which specifies the pat
2626
Id="..."
2727
PublicFolder="Assets">
2828
<uap3:Properties>
29-
<Registration>path\to\registration.json</Registration>
29+
<Registration>path\to\registration.json</Registration> <!-- path relative to the PublicFolder above -->
3030
</uap3:Properties>
3131
</uap3:AppExtension>
3232
</uap3:Extension>
@@ -35,8 +35,8 @@ Action providers must provide a **Registration** element which specifies the pat
3535

3636
## Additional requirements
3737

38-
Both COM and URI-launched action providers must have package identity. Package identity is declare in the app package manifest file using the [Identity](/uwp/schemas/appxpackage/uapmanifestschema/element-identity) element. For more information, see [An overview of Package Identity in Windows apps](/windows/apps/desktop/modernize/package-identity-overview).
38+
Both COM and URI-launched action providers must have package identity. Package identity is declared in the app package manifest file using the [Identity](/uwp/schemas/appxpackage/uapmanifestschema/element-identity) element. For more information, see [An overview of Package Identity in Windows apps](/windows/apps/desktop/modernize/package-identity-overview).
3939

40-
COM-based action providers must have be *full trust apps* which have an integrity level of *mediumIL*. This is declared in the app package manifest file by setting the [*uap10:TrustLevel](/uwp/schemas/appxpackage/uapmanifestschema/element-uap10-extension) attribute to "mediumIL".
40+
COM-based action providers must be *full trust apps* which have an integrity level of *mediumIL*. This is declared in the app package manifest file by setting the [*uap10:TrustLevel](/uwp/schemas/appxpackage/uapmanifestschema/element-uap10-extension) attribute to "mediumIL".
4141

42-
URI-launched action providers must also have a trust level of *mediumIL*. If a URI-launched action provider will return outputs, the app must implement the ability to be launched for results. For more information, see [Launch an app for results](/windows/uwp/launch-resume/how-to-launch-an-app-for-results). URI-launched action providers that return outputs must also instantiate the runtime.
42+
URI-launched action providers must also have a trust level of *mediumIL*. If a URI-launched action provider will return outputs, the app must implement the ability to be launched for results. For more information, see [Launch an app for results](/windows/uwp/launch-resume/how-to-launch-an-app-for-results). URI-launched action providers that return outputs must also instantiate the runtime.

hub/apps/develop/actions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Actions are atomic units of functionality that can be invoked by the Windows Cop
1616
When building AI backed actions, it is your responsibility as the Action author to perform content moderation and abuse monitoring when it comes to entities returned to the user. For more information about Microsoft Responsible AI policies for more information, see [Microsoft Responsible AI: Principles and approach](https://www.microsoft.com/en-us/ai/principles-and-approach)
1717

1818
> [!NOTE]
19-
> Consider if children should have access to the action using the ‘age-rating’ property in the action definition.
19+
> Consider if children should have access to the action using the ‘contentAgeRating’ property in the action definition JSON.
2020
2121
## Related articles
2222

0 commit comments

Comments
 (0)