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 stable/2022-05-31 (#20669)

* Dta history table and mapping name defaults

* Add period

Co-authored-by: Ayodeji Marquis <[email protected]>
  • Loading branch information
dejimarquis and Ayodeji Marquis authored Sep 30, 2022
1 parent 4b5fe2f commit 9a312bb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2104,8 +2104,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 @@ -2123,6 +2124,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 9a312bb

Please sign in to comment.