Skip to content

Commit 8e4b2b1

Browse files
author
SDKAuto
committed
CodeGen from PR 13932 in Azure/azure-rest-api-specs
Merge 344f64ac071a5c84c5893315926c2d41ff0b202b into da989835fead308af5ef1ba336621b777d8a9846
1 parent f6dd80a commit 8e4b2b1

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

schemas/2020-05-15/Microsoft.TimeSeriesInsights.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,17 @@
488488
"type": "string",
489489
"description": "The resource id of the event source in Azure Resource Manager."
490490
},
491+
"ingressStartAt": {
492+
"oneOf": [
493+
{
494+
"$ref": "#/definitions/IngressStartAtProperties"
495+
},
496+
{
497+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
498+
}
499+
],
500+
"description": "An object that contains the details about the starting point in time to ingest events."
501+
},
491502
"keyName": {
492503
"type": "string",
493504
"description": "The name of the SAS key that grants the Time Series Insights service access to the event hub. The shared access policies for this key must grant 'Listen' permissions to the event hub."
@@ -695,6 +706,32 @@
695706
],
696707
"description": "The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data."
697708
},
709+
"IngressStartAtProperties": {
710+
"type": "object",
711+
"properties": {
712+
"time": {
713+
"type": "string",
714+
"description": "ISO8601 UTC datetime with seconds precision (milliseconds are optional), specifying the date and time that will be the starting point for Events to be consumed."
715+
},
716+
"type": {
717+
"oneOf": [
718+
{
719+
"type": "string",
720+
"enum": [
721+
"EarliestAvailable",
722+
"EventSourceCreationTime",
723+
"CustomEnqueuedTime"
724+
]
725+
},
726+
{
727+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
728+
}
729+
],
730+
"description": "The type of the ingressStartAt, It can be \"EarliestAvailable\", \"EventSourceCreationTime\", \"CustomEnqueuedTime\"."
731+
}
732+
},
733+
"description": "An object that contains the details about the starting point in time to ingest events."
734+
},
698735
"IoTHubEventSourceCreateOrUpdateParameters": {
699736
"type": "object",
700737
"properties": {
@@ -733,6 +770,17 @@
733770
"type": "string",
734771
"description": "The resource id of the event source in Azure Resource Manager."
735772
},
773+
"ingressStartAt": {
774+
"oneOf": [
775+
{
776+
"$ref": "#/definitions/IngressStartAtProperties"
777+
},
778+
{
779+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
780+
}
781+
],
782+
"description": "An object that contains the details about the starting point in time to ingest events."
783+
},
736784
"iotHubName": {
737785
"type": "string",
738786
"description": "The name of the iot hub."

0 commit comments

Comments
 (0)