Skip to content

Commit 5c89752

Browse files
authored
Merge branch 'main' into mints-norah-ai-field-suggestions
2 parents df54bd2 + d0c585e commit 5c89752

34 files changed

+4204
-44
lines changed

powerapps-docs/developer/data-platform/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
126126
items:
127127
- name: Use DeleteMultiple (preview)
128128
href: deletemultiple.md
129+
- name: Restore deleted records (preview)
130+
displayName: RecycleBin, Restore
131+
href: restore-deleted-records.md
129132
- name: Create your own messages
130133
href: custom-actions.md
131134
items:

powerapps-docs/developer/data-platform/restore-deleted-records.md

Lines changed: 1031 additions & 0 deletions
Large diffs are not rendered by default.

powerapps-docs/developer/data-platform/search/custom-search-analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ contributors:
1717
---
1818
# Custom column analyzers for Dataverse Search
1919

20-
Dataverse search uses many different [Azure AI Search](/azure/search/search-what-is-azure-search) capabilities that include both index and search analyzers to return the best data based on what the user asks for. These built-in capabilities to help define how an index maps certain phrases or words to the best match to data in a column and a row in a table.
20+
Dataverse search uses many different [Azure AI Search](/azure/search/search-what-is-azure-search) capabilities that include both index and search analyzers to return the best data based on what the user asks for. These built-in capabilities help to define how an index maps certain phrases or words to the best match to data in a column and a row in a table.
2121

2222
Examples include search strings that have special characters, or frequently used words (like '`of`' and '`or`') that the back-end data engine removes from the search term when the query is processed.
2323

powerapps-docs/developer/test-engine/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Power Apps Test Engine overview (preview)
33
description: Learn about how you can automate tests of standalone canvas apps using the Power Apps Test Engine within Power Platform CLI.
44
author: pvillads
55
ms.author: pvillads
6-
ms.date: 08/16/2023
6+
ms.date: 05/14/2024
77
ms.reviewer: jdaly
88
ms.topic: article
99
contributors:
@@ -159,7 +159,8 @@ If you move an app that is _not_ part of a solution to a new environment, you'll
159159

160160
### See also
161161

162+
[Power Apps Test Engine release notes](https://github.com/microsoft/PowerApps-TestEngine/releases)
162163
[Power Apps Test Engine YAML format (preview)](yaml.md)
163-
[Power Apps Test Engine Power Fx functions (preview)](powerfx.md)
164+
[Power Apps Test Engine Power Fx functions (preview)](powerfx.md)
164165

165166
[!INCLUDE [footer-banner](../../includes/footer-banner.md)]

powerapps-docs/maker/TOC.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,12 @@
22032203
href: ./model-driven-apps/privileges-required-customization.md
22042204
- name: API limits overview
22052205
href: ./data-platform/api-limits-overview.md
2206+
- name: Get experimental features early (preview)
2207+
items:
2208+
- name: Use the Dataverse accelerator
2209+
href: ./data-platform/dataverse-accelerator/dataverse-accelerator.md
2210+
- name: Monitor plug-ins
2211+
href: ./data-platform/dataverse-accelerator/plugin-monitoring.md
22062212
- name: For admins
22072213
items:
22082214
- name: Security in Dataverse

powerapps-docs/maker/canvas-apps/ai-formulas-formulabar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Use Copilot in the formula bar to understand what a formula is doing.
4848

4949

5050
### Known Limitations
51-
- There's a 1,0000 character limit for formula explanations.
51+
- There's a 1,000 character limit for formula explanations.
5252
- Copilot in Power Apps is only aware of default properties.
5353
- User defined functions aren't supported.
5454
- This feature isn't available in the Canada region.
43.6 KB
Loading

powerapps-docs/maker/canvas-apps/share-app-guests.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ After you share an app for guest access, guests can discover and access apps sha
8080
- In the Azure public cloud, they're recognized across tenants in guest scenarios because they aren't bound to a specific environment.
8181
- In Azure national or sovereign clouds, they're recognized across tenants in guest scenarios. More information: [National clouds](/azure/active-directory/develop/authentication-national-cloud), [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/#geographies)
8282
- Licenses are not recognized across tenants in difference Azure clouds.
83-
- Not all connectors create connections in the resource tenant by default.
83+
- Not all connectors create connections in the resource tenant by default.
84+
- A user that signs in to an app using Azure B2B, won't see their identity information when the go to **My account**.
85+
86+
![Power Apps Azure B2B user profile known issue](media/share-app/guest-my-account.png "My account")
8487

8588
## Frequently asked questions
8689

powerapps-docs/maker/common/wrap/create-key-vault-for-code-signing.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: makolomi
55
ms.topic: article
66
ms.custom: canvas
77
ms.reviewer: mkaur
8-
ms.date: 7/7/2023
8+
ms.date: 5/9/2024
99
ms.subservice: canvas-maker
1010
ms.author: mkaur
1111
search.audienceType:
@@ -58,7 +58,10 @@ In this article, you will learn how to use an existing Azure Key Vault or create
5858

5959
3. Create or access existing Key Vault. Make sure this Key Vault is located in the default subscription for your tenant. More information: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal).
6060

61-
4. Add access policies for the Key Vault.
61+
4. Add access policies for the Key Vault. For **Secret permissions** and **Certificate permissions** make sure that **Get** and **List** permissions are selected.
62+
63+
> [!div class="mx-imgBorder"]
64+
> ![Access Policies required: Get, List for secret and certificates permissions.](media/how-to-v2/AzureKV-Access-Policy.png "Access Policies required: Get, List for secret and certificates permissions")
6265
6366
5. Choose one of the following options based on your device:
6467

159 KB
Loading

0 commit comments

Comments
 (0)