Skip to content

Commit

Permalink
CodeGen from PR 20374 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 1486f5ab4c7a9f726fd42aeb6512af2f8f0ba304 into 4b5fe2fb0a5066c4ff2bd429dbd5e1afda6afab3
  • Loading branch information
SDKAuto committed Sep 29, 2022
1 parent 905e424 commit 861cbd2
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schemas/2021-06-30-preview/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
Loading

0 comments on commit 861cbd2

Please sign in to comment.