Skip to content

Commit

Permalink
Update resource Microsoft.App/jobs to 2024-03-01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 73c21fd commit 3972722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/migrationJob/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param volumes { name: string, storageName: string, storageType: string, mountOpt
param volumeMounts { mountPath: string, subPath: string, volumeName: string }[] = []
param principalId string

resource job 'Microsoft.App/jobs@2023-11-02-preview' = {
resource job 'Microsoft.App/jobs@2024-03-01' = {
name: name
location: location
identity: {
Expand Down

0 comments on commit 3972722

Please sign in to comment.