Skip to content

Commit

Permalink
Merge branch 'rp-registration' of https://github.com/Azure/bicep-lz-v…
Browse files Browse the repository at this point in the history
…ending into rp-registration
  • Loading branch information
sebassem committed Oct 11, 2023
2 parents f5ec63a + 1cad1c5 commit 3cce629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/module-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
}
}
New-AzManagementGroupDeployment @inputObject -Whatif
azPSVersion: "10.4.0"
azPSVersion: "10.4.1"

- name: Vend Subscriptions & Networking Scenarios (Deploy)
id: vend
Expand All @@ -80,7 +80,7 @@ jobs:
$bicepDeployment = New-AzManagementGroupDeployment @inputObject
$outputValue = $bicepDeployment.Outputs.createdSubId.Value
"SUBID=$outputValue" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
azPSVersion: "10.4.0"
azPSVersion: "10.4.1"

- name: Pester Tests
id: pester
Expand All @@ -103,7 +103,7 @@ jobs:
}
$result = Invoke-Pester -Configuration $pesterConfiguration
exit $result.FailedCount
azPSVersion: "10.4.0"
azPSVersion: "10.4.1"

- name: Cleanup Vended Subscription & Networking Scenarios
id: cleanup-vend
Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:
Remove-AzRoleAssignment -objectId $assignment.ObjectId -Scope $assignment.Scope -RoleDefinitionName $assignment.RoleDefinitionName
}
Write-Host "Cleanup Unknown Contributor RBAC Assignments on Sub Scope... Complete!" -ForegroundColor Green
azPSVersion: "10.4.0"
azPSVersion: "10.4.1"

0 comments on commit 3cce629

Please sign in to comment.