From 2116d18b4c5048dd26c9b0e9b91be7054127fbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 08:41:12 +0000 Subject: [PATCH] Bump azure/powershell from 1 to 2 Bumps [azure/powershell](https://github.com/azure/powershell) from 1 to 2. - [Release notes](https://github.com/azure/powershell/releases) - [Commits](https://github.com/azure/powershell/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/powershell dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/module-tests.yml | 8 ++++---- .github/workflows/release-tests.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/module-tests.yml b/.github/workflows/module-tests.yml index 08657e2a..db7da7fc 100644 --- a/.github/workflows/module-tests.yml +++ b/.github/workflows/module-tests.yml @@ -44,7 +44,7 @@ jobs: - name: Vend Subscriptions & Networking Scenarios (What-If & Validate) id: vend-whatif - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | $inputObject = @{ @@ -63,7 +63,7 @@ jobs: - name: Vend Subscriptions & Networking Scenarios (Deploy) id: vend - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | $inputObject = @{ @@ -84,7 +84,7 @@ jobs: - name: Pester Tests id: pester - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | Import-Module Pester -Force @@ -108,7 +108,7 @@ jobs: - name: Cleanup Vended Subscription & Networking Scenarios id: cleanup-vend if: always() - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | # Resource Group Names diff --git a/.github/workflows/release-tests.yml b/.github/workflows/release-tests.yml index 2e78cf3c..79b89f72 100644 --- a/.github/workflows/release-tests.yml +++ b/.github/workflows/release-tests.yml @@ -21,7 +21,7 @@ jobs: - name: Pester Tests id: pester if: contains(github.head_ref, 'release') - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | Import-Module Pester -Force