diff --git a/.github/workflows/module-tests.yml b/.github/workflows/module-tests.yml index 61e8baf0..08657e2a 100644 --- a/.github/workflows/module-tests.yml +++ b/.github/workflows/module-tests.yml @@ -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 @@ -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 @@ -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 @@ -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"