Update resource Microsoft.ContainerRegistry/registries to 2025-04-01 #49
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue