From cbf5353d40a15792cf58b151787e4cb26f650c00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:15:19 +0000 Subject: [PATCH] chore(deps): update resource microsoft.containerregistry/registries to 2023-07-01 --- infra/shared/container-registry.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/shared/container-registry.bicep b/infra/shared/container-registry.bicep index 9ee0f73..c151f63 100644 --- a/infra/shared/container-registry.bicep +++ b/infra/shared/container-registry.bicep @@ -31,7 +31,7 @@ param sku object = { @description('Zone redundancy setting') param zoneRedundancy string = 'Disabled' -resource containerRegistry 'Microsoft.ContainerRegistry/registries@2023-01-01-preview' = { +resource containerRegistry 'Microsoft.ContainerRegistry/registries@2023-07-01' = { name: name location: location tags: tags