From 942041b18a84263a383a0ac25369811fde3e04b4 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 9 Sep 2022 19:37:05 +0000 Subject: [PATCH] CodeGen from PR 20669 in Azure/azure-rest-api-specs Merge 4b6b20d25ca905995023ea51d8ed4f35c3ca465c into 904899a23a417768ce1ec1d5f89f33817f8ef8ad --- schemas/2022-05-31/Microsoft.DigitalTwins.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schemas/2022-05-31/Microsoft.DigitalTwins.json b/schemas/2022-05-31/Microsoft.DigitalTwins.json index 596a5ed3c3..7eb9c29571 100644 --- a/schemas/2022-05-31/Microsoft.DigitalTwins.json +++ b/schemas/2022-05-31/Microsoft.DigitalTwins.json @@ -256,7 +256,8 @@ }, "adxTableName": { "type": "string", - "description": "The name of the Azure Data Explorer table." + "default": "AdtPropertyEvents", + "description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents" }, "connectionType": { "type": "string", @@ -266,6 +267,7 @@ }, "eventHubConsumerGroup": { "type": "string", + "default": "$Default", "description": "The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default." }, "eventHubEndpointUri": {