Skip to content

Commit

Permalink
[ReleasePR digitaltwins] [Hub Generated] Review request for Microsoft…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Sep 30, 2022
2 parents 905e424 + e1d72bb commit 13cf179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion schemas/2021-06-30-preview/Microsoft.DigitalTwins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
4 changes: 3 additions & 1 deletion schemas/2022-05-31/Microsoft.DigitalTwins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 13cf179

Please sign in to comment.