Skip to content

Commit 0014048

Browse files
Merge pull request #277845 from baanders/6-11-adtex
ADT: Add DTDL version notes
2 parents 31b7a00 + 51ee2db commit 0014048

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/digital-twins/how-to-manage-model.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
55
description: Learn how to manage DTDL models within Azure Digital Twins, including how to create, edit, and delete them.
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 10/3/2023
8+
ms.date: 06/11/2024
99
ms.topic: how-to
1010
ms.service: digital-twins
1111

@@ -25,6 +25,8 @@ This article describes how to manage the [models](concepts-models.md) in your Az
2525

2626
[!INCLUDE [digital-twins-developer-interfaces.md](../../includes/digital-twins-developer-interfaces.md)]
2727

28+
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
29+
2830
[!INCLUDE [visualizing with Azure Digital Twins explorer](../../includes/digital-twins-visualization.md)]
2931

3032
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/model-graph-panel.png" alt-text="Screenshot of Azure Digital Twins Explorer showing a sample model graph." lightbox="media/how-to-use-azure-digital-twins-explorer/model-graph-panel.png":::
@@ -340,6 +342,8 @@ After these changes, a former DTDL v2 model has been converted to a DTDL v3 mode
340342

341343
You might also want to consider [new capabilities of DTDL v3](concepts-models.md#supported-dtdl-versions), such as array-type properties, version relaxation, and additional feature extensions, to see if any of them would be beneficial additions. For a complete list of differences between DTDL v2 and v3, see [Changes from Version 2 in the DTDL v3 Language Description](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v3/DTDL.v3.md#changes-from-version-2).
342344

345+
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
346+
343347
## Next steps
344348

345349
See how to create and manage digital twins based on your models:

includes/digital-twins-explorer-dtdl.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ author: baanders
33
description: include file noting DTDL version requirements for Azure Digital Twins Explorer
44
ms.service: digital-twins
55
ms.topic: include
6-
ms.date: 01/01/2024
6+
ms.date: 06/11/2024
77
ms.author: baanders
88
---
99

1010
>[!NOTE]
11-
>Currently, Azure Digital Twins Explorer fully supports DTDL v2 models and supports limited functionality for DTDL v3 models. In Azure Digital Twins Explorer, DTDL v3 models can be viewed in the Models panel, and twins created with DTDL v3 models can be viewed and edited (including those with array properties). However, DTDL v3 models won't show up in the Model Graph panel, and they **can't be imported** using Azure Digital Twins Explorer. To import DTDL v3 models to your instance, use another developer interface like the [APIs and SDKs](../articles/digital-twins/concepts-apis-sdks.md) or the [Azure CLI](../articles/digital-twins/concepts-cli.md).
11+
>Currently, Azure Digital Twins Explorer fully supports DTDL v2 models and supports limited functionality for DTDL v3 models.
12+
>
13+
>DTDL v3 models can be viewed in the Models panel, and twins created with DTDL v3 models can be viewed and edited (including those with array properties). However, DTDL v3 models won't show up in the Model Graph panel, and they **can't be imported** using Azure Digital Twins Explorer. To import DTDL v3 models to your instance, use another developer interface like the [APIs and SDKs](../articles/digital-twins/concepts-apis-sdks.md) or the [Azure CLI](../articles/digital-twins/concepts-cli.md).

0 commit comments

Comments
 (0)