Merge pull request #47 from chris-kruining/renovate/microsoft.app-containerapps-20250101.x

Update resource Microsoft.App/containerApps to 2025-01-01
This commit is contained in:
Chris Kruining 2025-04-28 14:21:14 +02:00 committed by GitHub
commit ca136ebe3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ resource environment 'Microsoft.App/managedEnvironments@2025-01-01' = {
} }
} }
resource app 'Microsoft.App/containerApps@2024-03-01' = { resource app 'Microsoft.App/containerApps@2025-01-01' = {
name: 'ca-${context.locationAbbreviation}-${context.environment}-${context.projectName}-app' name: 'ca-${context.locationAbbreviation}-${context.environment}-${context.projectName}-app'
location: context.location location: context.location
identity: { identity: {