Skip to content

Commit 263832b

Browse files
authored
Merge pull request #99879 from KingdomOfEnds/adt-refresh
ADT refresh
2 parents 8420c21 + 005cbec commit 263832b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/digital-twins/about-digital-twins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn more about Azure Digital Twins, an Azure IoT solution for spa
44
ms.author: alinast
55
author: alinamstanciu
66
manager: bertvanhoof
7-
ms.date: 11/05/2019
7+
ms.date: 12/30/2019
88
ms.topic: overview
99
ms.service: digital-twins
1010
services: digital-twins

articles/digital-twins/concepts-objectmodel-spatialgraph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 11/05/2019
10+
ms.date: 12/30/2019
1111
---
1212

1313
# Understand Digital Twins object models and spatial intelligence graph
@@ -53,7 +53,7 @@ Other categories of objects are:
5353

5454
Spatial graph is the hierarchical graph of spaces, devices, and people defined in the Digital Twins object model. The spatial graph supports inheritance, filtering, traversing, scalability, and extensibility. You can manage and interact with your spatial graph with a collection of REST APIs.
5555

56-
If you deploy a Digital Twins service in your subscription, you become the global administrator of the root node. You're then automatically granted full access to the entire structure. Provision spaces in the graph by using the Space API. Provision services by using the Device API and sensors by using the Sensor API. [Open source tools](https://github.com/Azure-Samples/digital-twins-samples-csharp) also are available to provision the graph in bulk.
56+
If you deploy a Digital Twins service in your subscription, you become the global administrator of the root node. You're then automatically granted full access to the entire structure. Provision spaces in the graph by using the Space API. Provision services by using the Device API and sensors by using the Sensor API. [Open source tools](https://github.com/Azure-Samples/digital-twins-samples-csharp) are also available to provision the graph in bulk.
5757

5858
**Graph inheritance**. Inheritance applies to the permissions and properties that descend from a parent node to all nodes beneath it. For example, when a role is assigned to a user on a given node, the user has that role's permissions to the given node and every node below it. Each property key and extended type defined for a given node is inherited by all the nodes beneath that node.
5959

0 commit comments

Comments
 (0)