Skip to content

Commit 8450d99

Browse files
committed
Merge remote-tracking branch 'origin/main' into pnghub-patch-1
2 parents f0b2c30 + 31dae7a commit 8450d99

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

powerapps-docs/maker/canvas-apps/connections-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ When your app is republished and shared, then end-users won't have access to the
166166
3. For tabular connectors, we only limit CRUD actions such as Get, Post, Put, or Delete. If you have permissions to **Put** then you have access to **Post**.
167167
4. Action based connectors limit based on the specific API being used in the application.
168168
5. Warnings are still enabled in sharing. The warning around implicitly shared connections still warns while in private preview. However, your connection with this feature is secure – despite the warning.
169-
169+
6. Publishing to an entire tenant, as opposed to specific groups or individuals isn't supported.
170170

171171
### Windows Authentication
172172

powerapps-docs/maker/data-platform/azure-synapse-incremental-updates.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ Azure Synapse Link for Dataverse. This guide assumes that you have already met t
5151
:::image type="content" source="media/azure-synapse-add-tables-settings.png" alt-text="Add tables settings":::
5252

5353
> [!NOTE]
54-
> Please be advised that **time interval configuration** is considered final once the setup process is completed and will be grayed out to indicate that it can't be changed.
54+
> The minimum time interval is 15 minutes. That means the incremental update folder will be created every 15 minutes and contain the changes that occurred within the time interval. This setting is also configurable after the link creation via **Manage tables**
5555
>
56-
> The minimum time interval is 15 minutes. That means the incremental update folder will be created every 15 minutes and contain the changes that occurred within the time interval.
57-
>
5856
> Ensure **Connect to your Azure Synapse workspace Azure Synapse workspace** is not checked in the first page of setup.
5957
6058
## View incremental folder at Microsoft Azure Storage

powerapps-docs/maker/data-platform/azure-synapse-link-advanced-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The table below describes how rows are handled in the lake against CUD events fo
4646
|---------|---------|---------|
4747
|Create | The row is inserted in the partition file and is based on the `createdOn` value on the row. | The row is added to the end of the partition file and is based on the `createdOn` value of the record. |
4848
|Update | If the row exists in the partition file, then it's replaced or updated with updated data. If it doesn't exist, it's inserted in the file. | The row, along with the updated version, is added to the end of the partition file. |
49-
|Delete | If the row exists in the partition file, it's removed from the file. | The row is added to the end of the partition file with `isDeleted column = True`. |
49+
|Delete | If the row exists in the partition file, it's removed from the file. | The row is added to the end of the partition file with `IsDelete column = True`. |
5050

5151
> [!NOTE]
5252
> For Dataverse tables where **Append only** is enabled, deleting a row in the source will not delete or remove the row in the lake. Instead, the deleted row is appended as a new row in the lake and the `isDeleted` column is set to **True**.

0 commit comments

Comments
 (0)