Releases: Azure/login
Releases · Azure/login
Release list
Azure Login Action v3.0.1
What's Changed
- Escape single quotes in PowerShell login script inputs by MaddyMicrosoft in #599
Full Changelog: https://github.com/Azure/login/commits/v3.0.1
Azure Login Action v3
What's Changed
- upgrade nodejs from 20 to 24 and update dependencies by Yan Xu (@YanaXu) in #578
Full Changelog: v2.3.0...v3
Azure Login Action v2.3.1
What's Changed
- Escape single quotes in PowerShell login script inputs by MaddyMicrosoft in #599
Full Changelog: v2.3.0...v2.3.1
Azure Login Action v3.0.0
What's Changed
- Upgrade nodejs from 20 to 24 and update dependencies by Yan Xu (@YanaXu) in #578
Full Changelog: v2.3.0...v3.0.0
Azure Login Action v2.3.0
What's Changed
- Replace the invalid link for the GitHub Action Doc by Shiying Chen (@MoChilia) in #510
- Bump braces from 3.0.2 to 3.0.3 by Yan Xu (@YanaXu) in #511
- Mention "allow-no-subscriptions" in missing subscriptionId error by Shiying Chen (@MoChilia) in #512
- Log more claims for OIDC login by Shiying Chen (@MoChilia) in #520
- Use
--client-idfor user-assigned managed identity authentication in Azure CLI v2.69.0 or later. by Shiying Chen (@MoChilia) in #514
Full Changelog: v2.2.0...v2.3.0
Azure Login Action v2.2.0
What's Changed
- Replace
az --versionwithaz versionby Shiying Chen (@MoChilia) in #450 - Update documentation for setting audience when environment is set by Jesse Antoszyk (@jcantosz) in #455
- Fix #459: Errors when registering cloud profile for AzureStack by Shiying Chen (@MoChilia) in #466
- Fix typo by Dennis Hoelgaard Bal (@KronosTheLate) in #483
- move pre cleanup to main and add pre-if and post-if by Yan Xu (@YanaXu) in #484
New Contributors
- Jesse Antoszyk (@jcantosz) made their first contribution in #455
- Dennis Hoelgaard Bal (@KronosTheLate) made their first contribution in #483
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Disable information output in Connect-AzAccount by Yan Xu (@YanaXu) in #448
New Contributors
- Jiashuo Li (@jiasli) made their first contribution in #438
- Yeming Liu (@isra-fel) made their first contribution in #446
Full Changelog: v2.1.0...v2.1.1
GitHub Action for Azure Login
With the Azure login Action, you can automate your workflow to do an Azure login using Azure service principal and run Az CLI scripts.
Sample workflow that uses Azure login action using OIDC to run az cli
# File: .github/workflows/OIDC_login.yml
on: [push]
name: AzureLoginSample
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: 'Az CLI login'
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- run: |
az webapp list --query "[?state=='Running']"
License
GitHub Action for Azure Web App is licensed under the MIT License
Azure Login Action v2.1.0
What's Changed
- Use
@vercel/nccto compile Azure/login by Shiying Chen (@MoChilia) in #428
Full Changelog: v2.0.0...v2.1.0
Azure Login Action v2
What's Changed
- Update Action to use Node.js v20 by Justin Chao (@j-chao) in #411
- Bump dependencies versions by Shiying Chen (@MoChilia) in #419
New Contributors
- Justin Chao (@j-chao) made their first contribution in #411
Full Changelog: v1.6.1...v2