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

This commit is contained in:
renovate[bot] 2025-04-26 19:00:53 +00:00 committed by GitHub
parent a28e20f7a3
commit 4ff460a7c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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