Skip to content

Commit 506637c

Browse files
authored
Merge pull request #3320 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 324b75e + 4186214 commit 506637c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

powerapps-docs/developer/common-data-service/use-webhooks.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ The body will contain string that represents the JSON value of an instance of th
8787

8888
The service you create must parse this data to extract the relevant items of information for your service to provide its function. How you choose to parse this data depends on the technology you are using and your preferences.
8989

90-
> [!IMPORTANT]
91-
> Due to certain Service Bus optimizations, it is not recommended that .NET developers deserialize the JSON formatted message request body to a <xref:Microsoft.Xrm.Sdk.RemoteExecutionContext> object. Rather, use [JObject](https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_Linq_JObject.htm) to parse the message body.
92-
9390
The following is an example of the serialized JSON data passed for a step registered with the following properties:
9491

9592

powerapps-docs/developer/common-data-service/webapi/setup-postman-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.tgt_pltfrm:
1010
ms.topic: article
1111
ms.assetid: 955BA444-A53D-4843-9429-833B1636E2B4
1212
caps.latest.revision: 7
13-
author: susikka
14-
ms.author: susikka
15-
manager: shujoshi
13+
author: JimDaly
14+
ms.author: jdaly
15+
manager: ryjones
1616
search.audienceType:
1717
- developer
1818
search.app:

0 commit comments

Comments
 (0)