👀 What’s new in azure/login@v2?
⚠️ This is breaking change
To apply this change, please update the version of azure/login to v2 in your workflow files.
- name: Azure Login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
enable-AzPSSession: true