Skip to content

Commit

Permalink
Revert infra files
Browse files Browse the repository at this point in the history
  • Loading branch information
rhurey committed Oct 11, 2024
1 parent 14b959d commit c62f7ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/ingestion/ingestion-client/infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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/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/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.')
param StartTranscriptionFunctionTimeInterval string = '0 */2 * * * *'

@description('The requested profanity filter mode.')
Expand Down
6 changes: 3 additions & 3 deletions samples/ingestion/ingestion-client/infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "18443537282144615990"
"version": "0.29.47.4906",
"templateHash": "3468761430613594439"
}
},
"parameters": {
Expand Down Expand Up @@ -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/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/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."
}
},
"ProfanityFilterMode": {
Expand Down

0 comments on commit c62f7ec

Please sign in to comment.