Skip to content

Commit

Permalink
Update resource Microsoft.App/containerApps 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 6df5206 commit c1e2c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/containerApp/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var containerAppEnvVars = [
}
{ name: 'MaskinportenSettings__EncodedJwk', secretRef: 'maskinporten-jwk' }
]
resource containerApp 'Microsoft.App/containerApps@2023-05-01' = {
resource containerApp 'Microsoft.App/containerApps@2024-03-01' = {
name: '${namePrefix}-app'
location: location
identity: {
Expand Down

0 comments on commit c1e2c51

Please sign in to comment.