From 4b6b20d25ca905995023ea51d8ed4f35c3ca465c Mon Sep 17 00:00:00 2001 From: Ayodeji Marquis Date: Fri, 9 Sep 2022 12:29:56 -0700 Subject: [PATCH 1/2] Dta history table and mapping name defaults --- .../stable/2022-05-31/digitaltwins.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json b/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json index 25fe1871d4d6..eef3bc7d4285 100644 --- a/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json +++ b/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json @@ -2104,8 +2104,9 @@ "type": "string" }, "adxTableName": { - "description": "The name of the Azure Data Explorer table.", + "description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents", "type": "string", + "default": "AdtPropertyEvents", "x-nullable": true }, "eventHubEndpointUri": { @@ -2123,6 +2124,7 @@ "eventHubConsumerGroup": { "description": "The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.", "type": "string", + "default": "$Default", "x-nullable": true } } From 281434c921f149334a3a2b41ce201bd50df12ba1 Mon Sep 17 00:00:00 2001 From: Ayodeji Marquis Date: Fri, 9 Sep 2022 12:47:21 -0700 Subject: [PATCH 2/2] Add period --- .../Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json b/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json index eef3bc7d4285..d274d94e1245 100644 --- a/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json +++ b/specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json @@ -2104,7 +2104,7 @@ "type": "string" }, "adxTableName": { - "description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents", + "description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.", "type": "string", "default": "AdtPropertyEvents", "x-nullable": true