getting an exception locally. seems there is a bug in the tricep output???
This commit is contained in:
parent
99844d1537
commit
8faa5c7d55
6 changed files with 39 additions and 59 deletions
|
@ -22,6 +22,7 @@ var registryConfig = container_registry(context, [
|
|||
resource registry 'Microsoft.ContainerRegistry/registries@2023-07-01' = {
|
||||
name: registryConfig.name
|
||||
location: registryConfig.location
|
||||
tags: registryConfig.tags
|
||||
sku: registryConfig.sku
|
||||
identity: registryConfig.identity
|
||||
properties: registryConfig.properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue