Skip to content

Commit 12ca170

Browse files
committed
Enable AzPSSession in Azure deployment workflow
1 parent 464bd5f commit 12ca170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ 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
33+
3234

3335

3436
- uses: azure/CLI@v2

0 commit comments

Comments
 (0)