Skip to content

Commit

Permalink
CodeGen from PR 20669 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 281434c921f149334a3a2b41ce201bd50df12ba1 into 904899a23a417768ce1ec1d5f89f33817f8ef8ad
  • Loading branch information
SDKAuto committed Sep 9, 2022
1 parent c62258e commit bb1da1f
Showing 1 changed file with 3 additions and 1 deletion.
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 bb1da1f

Please sign in to comment.