Skip to content

Commit e1d72bb

Browse files
SDKAutoAyodeji Marquis
SDKAuto
and
Ayodeji Marquis
committed
CodeGen from PR 20669 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.DigitalTwins to add version stable/2022-05-31 (#20669) * Dta history table and mapping name defaults * Add period Co-authored-by: Ayodeji Marquis <[email protected]>
1 parent 905e424 commit e1d72bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

+3-1
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

+3-1
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)