Skip to content

Commit 81be29e

Browse files
committed
Enable AzPSSession in Azure deployment workflow
1 parent b26bf08 commit 81be29e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3030
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3131
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
32+
enable-AzPSSession: true
3233

33-
- uses: Azure/CLI@v2
34+
- uses: azure/CLI@v1
3435
with:
3536
inlineScript: |
3637
#!/bin/bash

0 commit comments

Comments
 (0)