Skip to content

Commit 4b5fe2f

Browse files
dejimarquisAyodeji Marquis
andauthored
[Hub Generated] Review request for Microsoft.DigitalTwins to add version preview/2021-06-30-preview (#20670)
* graph history table and consumer group name defaults * Add period Co-authored-by: Ayodeji Marquis <[email protected]>
1 parent f556f64 commit 4b5fe2f

File tree

1 file changed

+3
-1
lines changed
  • specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/preview/2021-06-30-preview

1 file changed

+3
-1
lines changed

specification/digitaltwins/resource-manager/Microsoft.DigitalTwins/preview/2021-06-30-preview/digitaltwins.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,8 +2102,9 @@
21022102
"type": "string"
21032103
},
21042104
"adxTableName": {
2105-
"description": "The name of the Azure Data Explorer table.",
2105+
"description": "The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.",
21062106
"type": "string",
2107+
"default": "AdtPropertyEvents",
21072108
"x-nullable": true
21082109
},
21092110
"eventHubEndpointUri": {
@@ -2121,6 +2122,7 @@
21212122
"eventHubConsumerGroup": {
21222123
"description": "The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.",
21232124
"type": "string",
2125+
"default": "$Default",
21242126
"x-nullable": true
21252127
}
21262128
}

0 commit comments

Comments
 (0)