Skip to content

Commit 56c6e1a

Browse files
Merge pull request #221739 from baanders/12-16-api
ADT: API/SDK trivial updates
2 parents 338cf05 + 345a3a0 commit 56c6e1a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/digital-twins/concepts-apis-sdks.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
55
description: Learn about the Azure Digital Twins API and SDK options, including information about SDK helper classes and general usage notes.
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 12/15/2022
8+
ms.date: 12/16/2022
99
ms.topic: conceptual
1010
ms.service: digital-twins
1111
ms.custom: engagement-fy23
@@ -87,10 +87,6 @@ Here are some details about functions and returned data:
8787
* You can iterate over paged results using an `await foreach` loop. For more about this process, see [Iterating with Async Enumerables in C# 8](/archive/msdn-magazine/2019/november/csharp-iterating-with-async-enumerables-in-csharp-8).
8888
* Service methods return strongly typed objects wherever possible. However, because Azure Digital Twins is based on models custom-configured by the user at runtime (via DTDL models uploaded to the service), many service APIs take and return twin data in JSON format.
8989

90-
91-
92-
93-
9490
### Serialization helpers in the .NET (C#) SDK
9591

9692
Serialization helpers are helper functions available within the [.NET (C#) SDK](/dotnet/api/overview/azure/digitaltwins.core-readme) for quickly creating or deserializing twin data for access to basic information. Since the core SDK methods return twin data as JSON by default, it can be helpful to use these helper classes to break down the twin data further.

0 commit comments

Comments
 (0)