Skip to content

Commit

Permalink
[Ingestion Client] Update Version (#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith authored Jul 18, 2024
1 parent d8e158b commit aa0aa1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -144,7 +144,7 @@ param DeploymentId string = utcNow()
param CompletedServiceBusConnectionString string = ''

// Don't change the format for Version variable
var Version = 'v2.1.5'
var Version = 'v2.1.6'
var AudioInputContainer = 'audio-input'
var AudioProcessedContainer = 'audio-processed'
var ErrorFilesOutputContainer = 'audio-failed'
Expand Down
4 changes: 2 additions & 2 deletions samples/ingestion/ingestion-client/infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.28.1.47646",
"templateHash": "15609690940076556684"
"templateHash": "14979134336539327902"
}
},
"parameters": {
Expand Down Expand Up @@ -224,7 +224,7 @@
}
},
"variables": {
"Version": "v2.1.5",
"Version": "v2.1.6",
"AudioInputContainer": "audio-input",
"AudioProcessedContainer": "audio-processed",
"ErrorFilesOutputContainer": "audio-failed",
Expand Down

0 comments on commit aa0aa1d

Please sign in to comment.