Skip to content

Commit 9a312bb

Browse files
dejimarquisAyodeji Marquis
andauthored
[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 4b5fe2f commit 9a312bb

File tree

1 file changed

+3
-1
lines changed
  • specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31

1 file changed

+3
-1
lines changed

specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/stable/2022-05-31/digitaltwins.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2104,8 +2104,9 @@
21042104
"type": "string"
21052105
},
21062106
"adxTableName": {
2107-
"description": "The name of the Azure Data Explorer table.",
2107+
"description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.",
21082108
"type": "string",
2109+
"default": "AdtPropertyEvents",
21092110
"x-nullable": true
21102111
},
21112112
"eventHubEndpointUri": {
@@ -2123,6 +2124,7 @@
21232124
"eventHubConsumerGroup": {
21242125
"description": "The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.",
21252126
"type": "string",
2127+
"default": "$Default",
21262128
"x-nullable": true
21272129
}
21282130
}

0 commit comments

Comments
 (0)