From 0276560d0ea9032b3608f9fb8ecc491edb5c11f6 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 14 Apr 2021 16:22:32 +0000 Subject: [PATCH] CodeGen from PR 13932 in Azure/azure-rest-api-specs Merge 829c04c51af7be31eda75a229298c2ea3b49dd0f into b9a9bd639284efd82222ebf8ac12a12b7c1ba8b6 --- .../Microsoft.TimeSeriesInsights.json | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json b/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json index 88aab3bbe7..f763961fbe 100644 --- a/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json +++ b/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json @@ -488,6 +488,17 @@ "type": "string", "description": "The resource id of the event source in Azure Resource Manager." }, + "ingressStartAt": { + "oneOf": [ + { + "$ref": "#/definitions/IngressStartAtProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "An object that contains the details about the starting point in time to ingest events." + }, "keyName": { "type": "string", "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 @@ ], "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." }, + "IngressStartAtProperties": { + "type": "object", + "properties": { + "time": { + "type": "string", + "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." + }, + "type": { + "oneOf": [ + { + "type": "string", + "enum": [ + "EarliestAvailable", + "EventSourceCreationTime", + "CustomEnqueuedTime" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The type of the ingressStartAt, It can be \"EarliestAvailable\", \"EventSourceCreationTime\", \"CustomEnqueuedTime\"." + } + }, + "description": "An object that contains the details about the starting point in time to ingest events." + }, "IoTHubEventSourceCreateOrUpdateParameters": { "type": "object", "properties": { @@ -733,6 +770,17 @@ "type": "string", "description": "The resource id of the event source in Azure Resource Manager." }, + "ingressStartAt": { + "oneOf": [ + { + "$ref": "#/definitions/IngressStartAtProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "An object that contains the details about the starting point in time to ingest events." + }, "iotHubName": { "type": "string", "description": "The name of the iot hub."