Skip to content

Commit 39a4e36

Browse files
author
Autogenerator Pipeline
committed
Merge remote-tracking branch 'origin/main' into autogenerate
2 parents 47496f7 + 82aeb69 commit 39a4e36

File tree

4 files changed

+985
-2
lines changed

4 files changed

+985
-2
lines changed

schemas/2021-06-30-preview/Microsoft.DigitalTwins.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@
256256
},
257257
"adxTableName": {
258258
"type": "string",
259-
"description": "The name of the Azure Data Explorer table."
259+
"default": "AdtPropertyEvents",
260+
"description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents."
260261
},
261262
"connectionType": {
262263
"type": "string",
@@ -266,6 +267,7 @@
266267
},
267268
"eventHubConsumerGroup": {
268269
"type": "string",
270+
"default": "$Default",
269271
"description": "The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default."
270272
},
271273
"eventHubEndpointUri": {

schemas/2022-05-31/Microsoft.DigitalTwins.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@
256256
},
257257
"adxTableName": {
258258
"type": "string",
259-
"description": "The name of the Azure Data Explorer table."
259+
"default": "AdtPropertyEvents",
260+
"description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents."
260261
},
261262
"connectionType": {
262263
"type": "string",
@@ -266,6 +267,7 @@
266267
},
267268
"eventHubConsumerGroup": {
268269
"type": "string",
270+
"default": "$Default",
269271
"description": "The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default."
270272
},
271273
"eventHubEndpointUri": {

0 commit comments

Comments
 (0)