Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
124 stars 52 forks source link

📢 Azure/cli v2 Release Announcement #143

Open MoChilia opened 4 months ago

MoChilia commented 4 months ago

👀 What’s new in azure/cli@v2?

⚠️ This is breaking change

To apply this change, please update the version of azure/cli to v2 in your workflow files.

    - name: Run Azure CLI Action
      uses: azure/cli@v2
      with:
        azcliversion: latest
        inlineScript: |
          az version
maythamfahmi commented 4 months ago

I just upgraded to v2 from v1, I can confirm it works fine. the warning around node 16 is gone.

with v1 image

with v2 No node 16 warning