Skip to content

Commit 13cf179

Browse files
author
msftbot[bot]
authored
[ReleasePR digitaltwins] [Hub Generated] Review request for Microsoft.DigitalTwins to add version stable/2022-05-31 (#2585)
Create to sync Azure/azure-rest-api-specs#20669 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/digitaltwins?expand=1)
2 parents 905e424 + e1d72bb commit 13cf179

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)