Skip to content

Commit fe9472d

Browse files
committed
[HOTFIX] Switch to Azure CLI for Purge Azure FD cache workflow
1 parent 0090c3a commit fe9472d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/purge-azure-frontdoor-caches.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
enable-AzPSSession: true
3232

3333
- name: Purge Azure Front Door cache
34-
uses: azure/powershell@v2
34+
uses: azure/cli@v2
3535
with:
36-
azPSVersion: "latest"
3736
inlineScript: |
3837
if [[ -z "${{ inputs.fdResourceGroup }}" ]]; then
3938
echo "Front Door Resource Group is required. Please provide the Front Door Resource Group name when calling the workflow."

0 commit comments

Comments
 (0)