Skip to content

Commit ec01f21

Browse files
authored
Merge branch 'main' into patch-1
2 parents 0e3fa45 + 1875fdc commit ec01f21

13 files changed

+215
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
9292
- PIVOT and UNPIVOT
9393
- [GROUP BY](#select-group-by)/Having
9494
- General
95-
- IF THEN ELSE
9695
- DECLARE variable
9796

9897
### [Not supported](#tab/not-supported)
@@ -111,6 +110,7 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
111110
- Without unique column name and alias
112111
- General
113112
- WHILE LOOP
113+
- IF THEN ELSE
114114

115115
---
116116

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,6 +2231,8 @@
22312231
href: ./data-platform/azure-synapse-link-troubleshooting-guide.md
22322232
- name: Receive Azure Synapse Link for Dataverse notifications
22332233
href: ./data-platform/azure-synapse-link-notifications.md
2234+
- name: Transtion from legacy data generation services
2235+
href: ./data-platform/azure-synapse-link-transition-from-FnO.md
22342236
- name: FAQ about Azure Synapse Link
22352237
href: ./data-platform/export-data-lake-faq.yml
22362238
- name: Application Lifecycle Management

powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-theming.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ There's several out-of-the-box themes available to style your app. You can also
4444
- **Theme name**: The theme name must be unique.
4545
- **Font**: Choose the default font that the controls in the app use will use when the theme is applied.
4646
- **Seed color**: Select the color you want to base your theme on, or manually enter the Hex or RGB representation of the color. The system generates a 16-slot palette that is optimized for accessibility.
47+
- **Hue/Vibrancy**: Adjust the generation palette, especially the lighter colors, with the **Hue** and **Vibrancy** sliders. The **Hue** impacts the color shade, and **vibrancy** impacts the muteness or brightness of the palette.
4748
4. Optionally, look at the static preview of your new theme. You can interact with the sample controls to see how your theme is applied to the rest state and various interaction states.
4849
5. Select **Create**.
4950

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ contributors:
1717
---
1818
# Share a canvas app with your organization
1919

20-
After you build a canvas app that addresses a business need, specify which users in your organization can run the app and who can modify and even re-share it. Specify each user by name, or specify a security group in Microsoft Entra ID. If everyone would benefit from your app, specify that your entire organization can run it.
20+
After you build a canvas app that addresses a business need, specify which users in your organization can run the app and who can modify and even re-share it. Specify each user by name, or specify a security group in Microsoft Entra ID.
2121

2222
> [!IMPORTANT]
2323
> For a shared app to function as you expect, you must also manage permissions for the data source or sources on which the app is based, such as [Microsoft Dataverse](#dataverse) or [Excel](share-app-data.md). You might also need to share [other resources](share-app-resources.md) on which the app depends, such as flows, gateways, or connections.
@@ -54,10 +54,6 @@ Before you share an app, you must [save it](save-publish-app.md) (not locally) a
5454

5555
1. Specify by name or alias the users or security groups in Microsoft Entra ID with whom you want to share the app.
5656

57-
- To allow your entire organization to run the app (but not modify or share it), enter **Everyone** in the sharing panel. Users will be able to find this app by setting the apps list filter to "Org apps".
58-
59-
![Share with everyone.](./media/share-app/everyone.png "Share with everyone")
60-
6157
- You can share an app with a list of aliases, friendly names, or a combination of those (for example, **Meghan Holmes <[email protected]>**) if the items are separated by semicolons. If several people have the same name but different aliases, the first person found will be added to the list. A tooltip appears if a name or alias already has permission or can't be resolved.
6258

6359
![Share with an individual user.](./media/share-app/individual-user.png "Share with an individual user")

powerapps-docs/maker/data-platform/azure-synapse-link-transition-from-FnO.md

Lines changed: 210 additions & 0 deletions
Large diffs are not rendered by default.
176 KB
Loading
161 KB
Loading
53 KB
Loading
288 KB
Loading
138 KB
Loading

0 commit comments

Comments
 (0)