Skip to content

Commit ddf30c8

Browse files
authored
Merge pull request #294286 from baanders/2-7-ref
ADT: Update ms.topic
2 parents 4cfc4bb + c779581 commit ddf30c8

9 files changed

+49
-49
lines changed

articles/digital-twins/reference-query-clause-from.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Reference documentation for the Azure Digital Twins query language
66
author: baanders
77
ms.author: baanders # Microsoft employees only
88
ms.date: 01/27/2025
9-
ms.topic: article
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111

1212
# Optional fields. Don't forget to remove # if you need a field.

articles/digital-twins/reference-query-clause-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Reference documentation for the Azure Digital Twins query language
66
author: baanders
77
ms.author: baanders # Microsoft employees only
88
ms.date: 01/27/2025
9-
ms.topic: article
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111

1212
# Optional fields. Don't forget to remove # if you need a field.

articles/digital-twins/reference-query-clause-match.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Reference documentation for the Azure Digital Twins query language
66
author: baanders
77
ms.author: baanders # Microsoft employees only
88
ms.date: 01/27/2025
9-
ms.topic: article
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111
ms.custom: engagement-fy23
1212

articles/digital-twins/reference-query-clause-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Reference documentation for the Azure Digital Twins query language
66
author: baanders
77
ms.author: baanders # Microsoft employees only
88
ms.date: 01/27/2025
9-
ms.topic: article
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111

1212
# Optional fields. Don't forget to remove # if you need a field.

articles/digital-twins/reference-query-clause-where.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Reference documentation for the Azure Digital Twins query language
66
author: baanders
77
ms.author: baanders # Microsoft employees only
88
ms.date: 01/27/2025
9-
ms.topic: article
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111

1212
# Optional fields. Don't forget to remove # if you need a field.

articles/digital-twins/reference-query-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Reference documentation for the Azure Digital Twins query language
66
author: baanders
77
ms.author: baanders # Microsoft employees only
88
ms.date: 01/27/2025
9-
ms.topic: article
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111

1212
# Optional fields. Don't forget to remove # if you need a field.

articles/digital-twins/reference-query-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Reference documentation for the Azure Digital Twins query language
66
author: baanders
77
ms.author: baanders # Microsoft employees only
88
ms.date: 01/27/2025
9-
ms.topic: article
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111

1212
# Optional fields. Don't forget to remove # if you need a field.

articles/digital-twins/reference-query-reserved.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ titleSuffix: Azure Digital Twins
55
description: Reference documentation for the Azure Digital Twins query language reserved keywords
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 01/27/2025
9-
ms.topic: article
8+
ms.date: 02/07/2025
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111

1212
# Optional fields. Don't forget to remove # if you need a field.
@@ -17,54 +17,54 @@ ms.service: azure-digital-twins
1717

1818
# Azure Digital Twins query language reference: Reserved keywords
1919

20-
This document contains the list of *reserved keywords* in the [Azure Digital Twins query language](concepts-query-language.md). These words cannot be used as identifiers in queries unless they are [escaped in double square brackets](#escaping-reserved-keywords-in-queries).
20+
This document contains the list of *reserved keywords* in the [Azure Digital Twins query language](concepts-query-language.md). These words can't be used as identifiers in queries unless they're [escaped in double square brackets](#escaping-reserved-keywords-in-queries).
2121

2222
## List of reserved keywords
2323

2424
Here are the reserved keywords in the Azure Digital Twins query language:
2525

26-
* ALL
27-
* AND
28-
* AS
29-
* ASC
30-
* AVG
31-
* BY
32-
* COUNT
33-
* DESC
34-
* DEVICES_JOBS
35-
* DEVICES_MODULES
36-
* DEVICES
37-
* ENDS_WITH
38-
* FALSE
39-
* FROM
40-
* GROUP
41-
* IN
42-
* IS_BOOL
43-
* IS_DEFINED
44-
* IS_NULL
45-
* IS_NUMBER
46-
* IS_OBJECT
47-
* IS_PRIMITIVE
48-
* IS_STRING
49-
* MAX
50-
* MIN
51-
* NOT
52-
* NOT_IN
53-
* NULL
54-
* OR
55-
* ORDER
56-
* SELECT
57-
* STARTS_WITH
58-
* SUM
59-
* TOP
60-
* TRUE
61-
* WHERE
62-
* IS_OF_MODEL
26+
* `ALL`
27+
* `AND`
28+
* `AS`
29+
* `ASC`
30+
* `AVG`
31+
* `BY`
32+
* `COUNT`
33+
* `DESC`
34+
* `DEVICES_JOBS`
35+
* `DEVICES_MODULES`
36+
* `DEVICES`
37+
* `ENDS_WITH`
38+
* `FALSE`
39+
* `FROM`
40+
* `GROUP`
41+
* `IN`
42+
* `IS_BOOL`
43+
* `IS_DEFINED`
44+
* `IS_NULL`
45+
* `IS_NUMBER`
46+
* `IS_OBJECT`
47+
* `IS_PRIMITIVE`
48+
* `IS_STRING`
49+
* `MAX`
50+
* `MIN`
51+
* `NOT`
52+
* `NOT_IN`
53+
* `NULL`
54+
* `OR`
55+
* `ORDER`
56+
* `SELECT`
57+
* `STARTS_WITH`
58+
* `SUM`
59+
* `TOP`
60+
* `TRUE`
61+
* `WHERE`
62+
* `IS_OF_MODEL`
6363

6464
## Escaping reserved keywords in queries
6565

6666
To use a reserved keyword as an identifier in a query, escape the keyword by enclosing it with double square brackets like this: `[[<keyword>]]`
6767

68-
For example, consider a set of digital twins with a property called `GROUP`, which is a reserved keyword. To filter on that property value, the property name must be escaped where it is used in the query, as shown below:
68+
For example, consider a set of digital twins with a property called `GROUP`, which is a reserved keyword. To filter on that property value, the property name must be escaped where it's used in the query, as shown here:
6969

7070
:::code language="sql" source="~/digital-twins-docs-samples/queries/reference.sql" id="ReservedKeywordExample":::

articles/digital-twins/reference-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Chart showing the limits of the Azure Digital Twins service.
66
author: baanders
77
ms.author: baanders # Microsoft employees only
88
ms.date: 01/27/2025
9-
ms.topic: article
9+
ms.topic: reference
1010
ms.service: azure-digital-twins
1111

1212
# Optional fields. Don't forget to remove # if you need a field.

0 commit comments

Comments
 (0)