Skip to content

Commit f70a406

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents ab6e578 + da46cf2 commit f70a406

File tree

14 files changed

+33
-12
lines changed

14 files changed

+33
-12
lines changed

powerapps-docs/cards/make-a-card/designer-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Power Apps card designer is the drag-and-drop interface in which you build c
2424

2525
1. To open the card designer, select **Create**, and then select **+ Create a card**.
2626

27-
:::image type="content" source="../media/designer-overview/create-new-card.png" alt-text="Screenshot showing card creation screen.":::
27+
:::image type="content" source="../media/overview/create-card-screen.png" alt-text="Screenshot showing card creation screen.":::
2828

2929
## The card designer interface
3030

Loading

powerapps-docs/cards/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can create cards with just a few clicks. There are no complex systems or ser
2727

2828
To get started, sign in to [Power Apps](https://make.powerapps.com). Select **Cards (preview)**, and then select **+ Create a card**.
2929

30-
:::image type="content" source="media/overview/cards-get-started.png" alt-text="Screenshot of the card create page in Power Apps.":::
30+
:::image type="content" source="media/overview/create-card-screen.png" alt-text="Screenshot of the card create page in Power Apps.":::
3131

3232
There are two key components of a card:
3333

powerapps-docs/cards/send-a-card/send-card-with-flow.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ The **Cards for Power Apps** connector is used to get or create instances of car
3737
- **Get the card instance** - Returns a card instance when given a user-specified card and a card instance id as `card` dynamic content.
3838
- **Get the card description** - Returns information about a user-specified card, including the id, environmentId, name, description, author, etc.
3939

40-
> [!NOTE]
41-
> The **Cards for Power Apps** connector is temporarily marked as premium but the license requirements of people sending and receiving cards in Teams is dependent on the card - only cards with premium connectors or controls require users to have premium licenses. The connector will be updated to standard before general availability to reflect this licensing model.
42-
4340
:::image type="content" source="../media/send-a-card/cards-connector.png" alt-text="Screenshot of the cards for Power Apps connector.":::
4441

4542
## Send card in Teams using the Teams connector

powerapps-docs/developer/data-platform/how-dataverse-sql-differs-from-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ More information: [Data types (Transact-SQL)](/sql/t-sql/data-types/data-types-t
5555
- owner
5656
- state
5757
- status
58-
- multiselectpicklist
58+
5959

6060
### [Not supported](#tab/not-supported)
6161

@@ -70,6 +70,7 @@ More information: [Data types (Transact-SQL)](/sql/t-sql/data-types/data-types-t
7070
- managedproperty
7171
- file
7272
- xml
73+
- multiselectpicklist
7374

7475
---
7576

powerapps-docs/developer/model-driven-apps/ribbon-types-schema.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Ribbon types schema (model-driven apps) | Microsoft Docs" # Intent and p
33
description: "The following is the schema definition for the ribbon types portion of an import/export customization file. It is included from the Ribbon Core Schema." # 115-145 characters including spaces. This abstract displays in the search result.
44
author: HemantGaur
55
ms.author: hemantg
6-
76
ms.date: 04/01/2022
87
ms.reviewer: jdaly
98
ms.topic: reference
@@ -22,7 +21,7 @@ The following is the schema definition for the ribbon types portion of an import
2221

2322
Download the [Schemas](https://download.microsoft.com/download/B/9/7/B97655A4-4E46-4E51-BA0A-C669106D563F/Schemas.zip).
2423

25-
For more information, see [Package and distribute Eetensions with solutions](../data-platform/introduction-solutions.md).
24+
For more information, see [Package and distribute extensions with solutions](../data-platform/introduction-solutions.md).
2625

2726
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
2827

@@ -866,4 +865,4 @@ For more information, see [Package and distribute Eetensions with solutions](../
866865
[Customization XML reference](customization-xml-reference.md)
867866

868867

869-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
868+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/maker/common/wrap/code-sign-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We'll use **keytool.exe** (available after installing Android Studio, from the f
4040

4141
To generate a key, open a command prompt and run the following command:
4242

43-
`keytool -genkey -alias SIGNATURE_ALIAS -keyalg RSA -keystore PATH_TO_KEYSTORE -keysize 2048 -validity 100`
43+
`keytool -genkey -alias SIGNATURE_ALIAS -keyalg RSA -keystore PATH_TO_KEYSTORE -keysize 2048 -validity 10000`
4444

4545

4646
Parameters:

powerapps-docs/maker/common/wrap/how-to.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,33 @@ Earlier, you learned about the capabilities of wrap feature, how it works, and i
2828
- You'll need one or more canvas apps (saved in a solution) that you can package for mobile user distribution.
2929
- To use Android platform, ensure you [generate keys](code-sign-android.md#generate-keys), and then [generate signature hash](code-sign-android.md#generate-signature-hash) before you [register the app](#app-registration). You'll need the generated signature hash to configure the **Redirect URI**.
3030

31+
## Install wrap for Power Apps in your environment
32+
Go to [Dynamics 365 apps](https://admin.powerplatform.microsoft.com/resources/applications) section on [Power Platform admin center](https://admin.powerplatform.microsoft.com), select **Wrap for Power Apps** and click on **Install** option.
33+
34+
:::image type="content" source="media/wrap-canvas-app/install-wrap-for-power-apps.png" alt-text="Install wrap for Power Apps.":::
35+
36+
Select your environment from the list and click **Install** button.
37+
38+
:::image type="content" source="media/wrap-canvas-app/install-wrap-for-power-apps-1.png" alt-text="Select environment and begin installation.":::
39+
40+
> [!NOTE]
41+
> You need to have admin rights to the environment to install wrap for Power Apps.
42+
3143
## Add canvas app to solution
3244

33-
This feature requires the apps to be part of a solution. If your canvas apps aren't part of a solution already, add them to an existing or a new solution. More information: [Add an app to a solution](../../canvas-apps/add-app-solution.md#add-an-existing-canvas-app-to-a-solution)
45+
This feature requires the apps to be part of a solution. If your canvas apps aren't part of a solution already, add them to an existing or a new solution. Go to **Solutions** section, select a solution and press **Edit** button.
46+
47+
:::image type="content" source="media/wrap-canvas-app/select-solution.png" alt-text="Select a solution.":::
48+
49+
Chooose **+ Add existing** option from the top menu and select **App > Canvas app** in the dropdown list.
50+
51+
:::image type="content" source="media/wrap-canvas-app/select-add-existing.png" alt-text="Select Add existing from the menu.":::
52+
53+
Select **Oustide Dataverse** tab and choose your app from the list. Press **Add** button to add this app to a solution.
54+
55+
:::image type="content" source="media/wrap-canvas-app/add-app.png" alt-text="Select Add app to a solution.":::
56+
57+
More information: [Add an app to a solution](../../canvas-apps/add-app-solution.md#add-an-existing-canvas-app-to-a-solution)
3458

3559
## App registration
3660

@@ -90,7 +114,7 @@ Add-AdminAllowedThirdPartyApps -ApplicationId <App ID>
90114
- *Azure API Connections*
91115
- *PowerApps Service*
92116
- *Power BI* (only required if your canvas app(s) use Power BI data)
93-
- *Mobile Application Management* (only required if you want to use [Microsoft Intune](/mem/intune/fundamentals/what-is-intune) for mobile app distribution)
117+
- *Microsoft Mobile Application Management* (only required if you want to use [Microsoft Intune](/mem/intune/fundamentals/what-is-intune) for mobile app distribution)
94118

95119
> [!NOTE]
96120
> If you don't find the permissions under **APIs my organization uses**, run the following PowerShell commands as appropriate, and try again:
Loading
Loading

0 commit comments

Comments
 (0)