Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.DigitalTwins to add vers…
Browse files Browse the repository at this point in the history
…ion preview/2021-06-30-preview (#20670)

* graph history table and consumer group name defaults

* Add period

Co-authored-by: Ayodeji Marquis <[email protected]>
  • Loading branch information
dejimarquis and Ayodeji Marquis authored Sep 29, 2022
1 parent f556f64 commit 4b5fe2f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2102,8 +2102,9 @@
"type": "string"
},
"adxTableName": {
"description": "The name of the Azure Data Explorer table.",
"description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.",
"type": "string",
"default": "AdtPropertyEvents",
"x-nullable": true
},
"eventHubEndpointUri": {
Expand All @@ -2121,6 +2122,7 @@
"eventHubConsumerGroup": {
"description": "The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.",
"type": "string",
"default": "$Default",
"x-nullable": true
}
}
Expand Down

0 comments on commit 4b5fe2f

Please sign in to comment.