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