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
|
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}'
|
name: 'acr${context.locationAbbreviation}${context.environment}${context.projectName}'
|
||||||
location: context.location
|
location: context.location
|
||||||
sku: {
|
sku: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue