Skip to content

Commit 8972a52

Browse files
[Ingestion Client] Remove language specific URL from bicep + ARM template (#2628)
1 parent 4028dbc commit 8972a52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

samples/ingestion/ingestion-client/infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ param AzureSpeechServicesRegion string = 'westus'
8080
@description('Enter the address of your private endpoint here (e.g. https://mycustomendpoint.cognitiveservices.azure.com/) if you are connecting with a private endpoint')
8181
param CustomEndpoint string = ''
8282

83-
@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.')
83+
@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.')
8484
param StartTranscriptionFunctionTimeInterval string = '0 */2 * * * *'
8585

8686
@description('The requested profanity filter mode.')
@@ -144,7 +144,7 @@ param DeploymentId string = utcNow()
144144
param CompletedServiceBusConnectionString string = ''
145145

146146
// Don't change the format for Version variable
147-
var Version = 'v2.1.11'
147+
var Version = 'v2.1.12'
148148
var AudioInputContainer = 'audio-input'
149149
var AudioProcessedContainer = 'audio-processed'
150150
var ErrorFilesOutputContainer = 'audio-failed'

samples/ingestion/ingestion-client/infra/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.29.47.4906",
8-
"templateHash": "3468761430613594439"
8+
"templateHash": "15510503880947378622"
99
}
1010
},
1111
"parameters": {
@@ -114,7 +114,7 @@
114114
"type": "string",
115115
"defaultValue": "0 */2 * * * *",
116116
"metadata": {
117-
"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."
117+
"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."
118118
}
119119
},
120120
"ProfanityFilterMode": {
@@ -224,7 +224,7 @@
224224
}
225225
},
226226
"variables": {
227-
"Version": "v2.1.11",
227+
"Version": "v2.1.12",
228228
"AudioInputContainer": "audio-input",
229229
"AudioProcessedContainer": "audio-processed",
230230
"ErrorFilesOutputContainer": "audio-failed",

0 commit comments

Comments
 (0)