Skip to content

Commit acc69b9

Browse files
authored
Merge pull request #262097 from baanders/1-1-dtdlv3
ADT: Expand on ADT Explorer limitation for DTDL v3
2 parents 64de0e1 + ace1a5a commit acc69b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/digital-twins/concepts-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Azure Digital Twins also supports using a mix of v2 and v3 models within the sam
5151

5252
You can also migrate existing v2 models to v3. For instructions on how to do this, see [Convert v2 models to v3](how-to-manage-model.md#convert-v2-models-to-v3).
5353

54+
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
55+
5456
## Model overview
5557

5658
Twin type models can be written in any text editor. The DTDL language follows JSON syntax, so you should store models with the extension *.json*. Using the JSON extension will enable many programming text editors to provide basic syntax checking and highlighting for your DTDL documents. There's also a [DTDL extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-dtdl) available for [Visual Studio Code](https://code.visualstudio.com/).

includes/digital-twins-explorer-dtdl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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: 07/20/2023
6+
ms.date: 01/01/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, including viewing DTDL v3 models in the Models panel and viewing/editing twins created with DTDL v3 models (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. 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).

0 commit comments

Comments
 (0)