Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Oct 12, 2023
1 parent da8ec13 commit ac810ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pester/full.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Describe "Bicep Landing Zone (Sub) Vending Tests" {
$iterationCount = 0
do {
$roleAssignment = Get-AzRoleAssignment -Scope "/subscriptions/$subId" -RoleDefinitionName "Reader" -ObjectId "7eca0dca-6701-46f1-b7b6-8b424dab50b5" -ErrorAction SilentlyContinue
Write-Host "roleAssignment: $roleAssignment"
if ($null -eq $roleAssignment) {
Write-Host "Waiting for Subscription Role Assignments to be eventually consistent... Iteration: $($iterationCount)" -ForegroundColor Yellow
Start-Sleep -Seconds 15
Expand Down

0 comments on commit ac810ae

Please sign in to comment.