MoChilia / ActionDemo

0 stars 1 forks source link

πŸ“’ Azure/login v1.6.0 Pre-Release Announcement #1

Closed MoChilia closed 4 months ago

MoChilia commented 10 months ago

Azure/login v1.6.0 is scheduled to officially release on Jan 15, 2024. At that time, v1 will be pointed to v1.6.0.

πŸš€ Preview Available A preview for Azure/login v1.6.0 is now ready to use. Update the version to azure/login@v1.6.0 to explore the new feature. Test it out and ensure your workflow is compatible with this release. The following is a sample workflow.

    - name: Azure Login
      uses: azure/login@v1.6.0
      with:
        client-id: ${{ secrets.AZURE_CLIENT_ID }}
        tenant-id: ${{ secrets.AZURE_TENANT_ID }}
        subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
        enable-AzPSSession: true

We invite you to share your suggestions and any potential issues in this issue thread. Your insights play a crucial role in refining our product.

πŸ‘€ What’s new in Azure/login v1.6.0? Add pre: and post: action for cleaning up (#384)