Skip to content

Commit

Permalink
Update actions in postgres firewall workflow (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti authored Jul 2, 2024
1 parent 1024bf2 commit 24c797b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ runs:
using: composite

steps:
- uses: Azure/login@v1
- uses: Azure/login@v2
with:
creds: ${{ inputs.AzureCredentials }}
enable-AzPSSession: true

- name: Run script to delete extra firewall rules
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
$Rules = Get-AzPostgreSqlFlexibleServerFirewallRule -ResourceGroupName ${{ inputs.ResourceGroupName }} -ServerName ${{ inputs.PostgresServerName }}
Expand Down

0 comments on commit 24c797b

Please sign in to comment.