Skip to content

Commit

Permalink
Revert fix for manage-azure-policy action
Browse files Browse the repository at this point in the history
  • Loading branch information
fawohlsc authored Oct 21, 2020
1 parent 9a14be5 commit 88d50ed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,12 @@ jobs:
creds: ${{secrets.AZURE_CREDENTIALS}}
enable-AzPSSession: true
- name: Create or update Azure Policies
uses: azure/manage-azure-policy@tauhid621/remedationSupport
with:
paths: policies/**
assignments: assign.test.json
- name: Create or update Azure Policies
if: "false"
uses: azure/manage-azure-policy@v0
with:
paths: policies/**
assignments: assign.test.json
# Workaround for https://github.com/Azure/manage-azure-policy/issues/23
- name: Fix Azure Policy Assignment
if: "false"
shell: pwsh
run: |
# Busy waiting would be better, but just waiting a few seconds is ok for a workaround
Expand Down

0 comments on commit 88d50ed

Please sign in to comment.