Skip to content

Commit

Permalink
Add Azure account connection in RBAC assignment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Dec 25, 2023
1 parent af9209f commit 3340c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/pester/full.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Describe "Bicep Landing Zone (Sub) Vending Tests" {
}

Context "Role-Based Access Control Assignment Tests" {
BeforeAll{
Connect-AzAccount -Identity
}
It "Should Have a Role Assignment for an known AAD Group with the Reader role directly upon the Subscription" {
$iterationCount = 0
do {
Expand Down

0 comments on commit 3340c46

Please sign in to comment.