Skip to content

Commit

Permalink
Fixed reference bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Nov 19, 2023
1 parent 8bc487f commit 7e427fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion modules/app/job/tests/e2e/max/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module testDeployment '../../../main.bicep' = {
]
roleAssignments: [
{
principalId: nestedDependencies.outputs.managedIdentityResourceId
principalId: nestedDependencies.outputs.managedIdentityPrincipalId
roleDefinitionIdOrName: 'ContainerApp Reader'
principalType: 'ServicePrincipal'
}
Expand Down
7 changes: 0 additions & 7 deletions modules/app/job/tests/e2e/waf-aligned/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,5 @@ module testDeployment '../../../main.bicep' = {
]
}
]
roleAssignments: [
{
principalId: nestedDependencies.outputs.managedIdentityResourceId
roleDefinitionIdOrName: 'ContainerApp Reader'
principalType: 'ServicePrincipal'
}
]
}
}

0 comments on commit 7e427fe

Please sign in to comment.