Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump azure/powershell from 1 to 2 #69

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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