diff --git a/samples/ingestion/ingestion-client/infra/main.bicep b/samples/ingestion/ingestion-client/infra/main.bicep index 0030aac31..c9459264c 100644 --- a/samples/ingestion/ingestion-client/infra/main.bicep +++ b/samples/ingestion/ingestion-client/infra/main.bicep @@ -80,7 +80,7 @@ param AzureSpeechServicesRegion string = 'westus' @description('Enter the address of your private endpoint here (e.g. https://mycustomendpoint.cognitiveservices.azure.com/) if you are connecting with a private endpoint') param CustomEndpoint string = '' -@description('The time interval for the timer trigger in the StartTranscription function (https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-csharp#ncrontab-expressions). The default value is every 2 minutes.') +@description('The time interval for the timer trigger in the StartTranscription function (https://learn.microsoft.com/azure/azure-functions/functions-bindings-timer?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-csharp#ncrontab-expressions). The default value is every 2 minutes.') param StartTranscriptionFunctionTimeInterval string = '0 */2 * * * *' @description('The requested profanity filter mode.') @@ -144,7 +144,7 @@ param DeploymentId string = utcNow() param CompletedServiceBusConnectionString string = '' // Don't change the format for Version variable -var Version = 'v2.1.11' +var Version = 'v2.1.12' var AudioInputContainer = 'audio-input' var AudioProcessedContainer = 'audio-processed' var ErrorFilesOutputContainer = 'audio-failed' diff --git a/samples/ingestion/ingestion-client/infra/main.json b/samples/ingestion/ingestion-client/infra/main.json index 2ccf6582d..8dbd4bc50 100644 --- a/samples/ingestion/ingestion-client/infra/main.json +++ b/samples/ingestion/ingestion-client/infra/main.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.29.47.4906", - "templateHash": "3468761430613594439" + "templateHash": "15510503880947378622" } }, "parameters": { @@ -114,7 +114,7 @@ "type": "string", "defaultValue": "0 */2 * * * *", "metadata": { - "description": "The time interval for the timer trigger in the StartTranscription function (https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-csharp#ncrontab-expressions). The default value is every 2 minutes." + "description": "The time interval for the timer trigger in the StartTranscription function (https://learn.microsoft.com/azure/azure-functions/functions-bindings-timer?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-csharp#ncrontab-expressions). The default value is every 2 minutes." } }, "ProfanityFilterMode": { @@ -224,7 +224,7 @@ } }, "variables": { - "Version": "v2.1.11", + "Version": "v2.1.12", "AudioInputContainer": "audio-input", "AudioProcessedContainer": "audio-processed", "ErrorFilesOutputContainer": "audio-failed",