Skip to content

Commit e011889

Browse files
authored
Merge pull request #3029 from MicrosoftDocs/repo_sync_working_branch
Resolve syncing conflicts from repo_sync_working_branch to master
2 parents c44312c + 80fb776 commit e011889

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

powerapps-docs/developer/common-data-service/file-attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "File attributes (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about File attributes that store file data within the application, supporting attributes, retrieving data, and uploading file data." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 05/08/2020
5+
ms.date: 06/17/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -63,7 +63,7 @@ Messages such as <xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest> and <xref:Mic
6363
```http
6464
GET [Organization URI]/api/data/v9.1/accounts(id)/myfileattribute/$value
6565
Headers:
66-
Range: 0-1023/8192
66+
Range: bytes=0-1023/8192
6767
```
6868

6969
**Response**
@@ -166,7 +166,7 @@ Location: api/data/v9.1/accounts(id)/myfileattribute?FileContinuationToken
166166
PATCH [Organization URI]/api/data/v9.1/accounts(id)/myfileattribute?FileContinuationToken
167167
168168
Headers:
169-
Content-Range: 0-4095/8192
169+
Content-Range: bytes 0-4095/8192
170170
Content-Type: application/octet-stream
171171
x-ms-file-name: sample.png
172172

powerapps-docs/maker/common-data-service/export-to-data-lake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Export to Data Lake service supports initial and incremental writes for enti
4343

4444
Both standard and custom entities can be exported. Notice that the change tracking entity attribute in Common Data Service is used to keep the data synchronized in an efficient manner by detecting what data has changed since it was initially extracted or last synchronized.
4545

46-
All create, update, delete operations are exported from Common Data Service to the data lake. For example, when a user deletes an Account entity record in Common Data Service, the transaction is replicated to the destination data lake.
46+
All create, update, and delete operations are exported from Common Data Service to the data lake. For example, when a user deletes an Account entity record in Common Data Service, the transaction is replicated to the destination data lake.
4747

4848
## Prerequisites
4949

powerapps-docs/maker/model-driven-apps/overview-model-driven-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Be sure to check out documentation specific to each sample app for more details.
2929

3030
## Get sample apps
3131

32-
In order to play or edit model-driven sample apps, the apps must first be provisioned in a Common Data Service database. First create a trial environment and database and be sure to select **Depoly sample apps and data**.
32+
In order to play or edit model-driven sample apps, the apps must first be provisioned in a Common Data Service database. First create a trial environment and database and be sure to select **Deploy sample apps and data**.
3333

3434
> [!div class="mx-imgBorder"]
3535
> ![Create database](media/overview-model-driven-samples/create-database1.png "Create a database")

0 commit comments

Comments
 (0)