bug repro
This commit is contained in:
parent
47872137e0
commit
f301f384d7
1 changed files with 12 additions and 0 deletions
12
infrastructure/repro.bicep
Normal file
12
infrastructure/repro.bicep
Normal file
|
@ -0,0 +1,12 @@
|
|||
import {
|
||||
container
|
||||
resources_xxs
|
||||
} from 'br/Tricep:recommended/app/container-app:latest'
|
||||
|
||||
targetScope = 'resourceGroup'
|
||||
|
||||
var container1 = container({
|
||||
name: 'name'
|
||||
image: 'registry/project-app:latest'
|
||||
resources: resources_xxs
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue