From c1faeb638f5ce532c8b4d626f8c52a8da91b1361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 14:01:54 +0000 Subject: [PATCH] Update resource Microsoft.App/containerApps to 2025-01-01 --- infrastructure/app.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/app.bicep b/infrastructure/app.bicep index 714568a..7c3a8e4 100644 --- a/infrastructure/app.bicep +++ b/infrastructure/app.bicep @@ -29,7 +29,7 @@ resource environment 'Microsoft.App/managedEnvironments@2024-03-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' location: context.location identity: {