Skip to content

Commit b560cb8

Browse files
SDKAutoGoBlueCatsmsyyc
committed
CodeGen from PR 13932 in Azure/azure-rest-api-specs
[Hub Generated] Public private branch 'add-ingressStartAt' (#13932) * add ingressStartAt * prettier * add a new example * Delete .npmrc remove .npmrc * fix prettier fix prettier * put readonly back for kind * Adding descriptin to ingressStartAt * fix failure for python track2 * Removing readonly from kind Co-authored-by: Go Blue <zth@umich.edu> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
1 parent c1d3794 commit b560cb8

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)