Update resource Microsoft.ContainerRegistry/registries to 2025-04-01 #49

Merged
renovate[bot] merged 1 commit from renovate/microsoft.containerregistry-registries-20250401.x into main 2025-04-28 12:20:46 +00:00

View file

@ -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: {