Skip to content

Commit

Permalink
update test param
Browse files Browse the repository at this point in the history
  • Loading branch information
NanaXiong00 committed Jul 5, 2024
1 parent 45819d3 commit 4fa990d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions avm/res/container-registry/registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,11 +479,10 @@ module registry 'br/public:avm/res/container-registry/registry:<version>' = {
scopeMaps: [
{
actions: [
'repositories/repository-name/content/read'
'repositories/repository-name/metadata/write'
'repositories/*/content/read'
]
description: 'This is a test for scopeMaps feature.'
name: 'rw'
name: 'testscopemap'
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ module testDeployment '../../../main.bicep' = [
acrSku: 'Standard'
scopeMaps: [
{
name: 'rw'
name: 'testscopemap'
actions: [
'repositories/repository-name/content/read'
'repositories/repository-name/metadata/write'
'repositories/*/content/read'
]
description: 'This is a test for scopeMaps feature.'
}
Expand Down

0 comments on commit 4fa990d

Please sign in to comment.