From 9d216dfa897ab75be013bbce96e7e2b8614f6edf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 14:01:58 +0000 Subject: [PATCH] Update resource Microsoft.App/managedEnvironments 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..c8537fc 100644 --- a/infrastructure/app.bicep +++ b/infrastructure/app.bicep @@ -9,7 +9,7 @@ param registryUrl string var appName = 'app' -resource environment 'Microsoft.App/managedEnvironments@2024-03-01' = { +resource environment 'Microsoft.App/managedEnvironments@2025-01-01' = { name: 'cea-${context.locationAbbreviation}-${context.environment}-${context.projectName}' location: context.location properties: {