From 4ff460a7c2d453917a1460fb9f3ca3378753938d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 19:00:53 +0000 Subject: [PATCH] Update resource Microsoft.ContainerRegistry/registries to 2025-04-01 --- infrastructure/registry.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/registry.bicep b/infrastructure/registry.bicep index a13abbf..2192303 100644 --- a/infrastructure/registry.bicep +++ b/infrastructure/registry.bicep @@ -4,7 +4,7 @@ targetScope = 'resourceGroup' param context Context -resource registry 'Microsoft.ContainerRegistry/registries@2023-07-01' = { +resource registry 'Microsoft.ContainerRegistry/registries@2025-04-01' = { name: 'acr${context.locationAbbreviation}${context.environment}${context.projectName}' location: context.location sku: { -- 2.50.1