Skip to content

Commit

Permalink
Bump azure/powershell from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [azure/powershell](https://github.com/azure/powershell) from 1 to 2.
- [Release notes](https://github.com/azure/powershell/releases)
- [Commits](Azure/powershell@v1...v2)

---
updated-dependencies:
- dependency-name: azure/powershell
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent ebc3b11 commit 3a59407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/module-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand All @@ -63,7 +63,7 @@ jobs:

- name: Vend Subscriptions & Networking Scenarios (Deploy)
id: vend
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
$inputObject = @{
Expand All @@ -84,7 +84,7 @@ jobs:

- name: Pester Tests
id: pester
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
Import-Module Pester -Force
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a59407

Please sign in to comment.