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 13, 2024
1 parent 5873354 commit ddb86a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/containerAppJob/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 ddb86a2

Please sign in to comment.