Skip to content

Bump azure/cli from 2 to 3 - #14229

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/azure/cli-3
Open

Bump azure/cli from 2 to 3#14229
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/azure/cli-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps azure/cli from 2 to 3.

Release notes

Sourced from azure/cli's releases.

GitHub Action for Azure CLI v3

What's Changed

Full Changelog: Azure/cli@v2.2.0...v3

GitHub Action for Azure CLI v3.0.0

What's Changed

Full Changelog: Azure/cli@v2.2.0...v3.0.0

GitHub Action for Azure CLI v2.2.0

What's Changed

New Contributors

Full Changelog: Azure/cli@v2.1.0...v2.2.0

GitHub Action for Azure CLI v2.1.0

What's Changed

New Contributors

Full Changelog: Azure/cli@v2.0.0...v2.1.0

Changelog

Sourced from azure/cli's changelog.

Releasing a new version

Semanting versioning is used to release different versions of the action. Following steps are to be followed :

  1. Create a new branch for every major version.
    Example, releases/v1, releases/v2.
  2. For every minor and patch release for a major version, update the corresponding release branch.
    Example, for releasing v1.1.1, update releases/v1.
  3. Create tags for every new release (major/minor/patch).
    Example,v1.0.0. , v1.0.1, v2.0.1, etc. and also have tags like v1, v2 for every major version release.
  4. On releasing minor and patch versions, update the tag of the corresponding major version.
    Example, for releasing v1.0.1, update the v1 tag to point to the ref of the current release.
    The following commands are to be run on the release\v1 branch so that it picks the latest commit and updates the v1 tag accordingly : (Ensure that you are on same commit locally as you want to release)
  • git tag -fa v1 -m "Update v1 tag"
  • git push origin v1 --force
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [azure/cli](https://github.com/azure/cli) from 2 to 3.
- [Release notes](https://github.com/azure/cli/releases)
- [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md)
- [Commits](Azure/cli@v2...v3)

---
updated-dependencies:
- dependency-name: azure/cli
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. github_actions Pull requests that update GitHub Actions code labels Jul 28, 2026
Copilot AI review requested due to automatic review settings July 28, 2026 22:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. github_actions Pull requests that update GitHub Actions code labels Jul 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the GitHub Actions workflows that trigger Azure DevOps pipelines by bumping the Azure CLI GitHub Action from v2 to v3.

Changes:

  • Upgrade azure/cli action usage from @v2 to @v3 in the manual release workflow
  • Upgrade azure/cli action usage from @v2 to @v3 in the build workflow

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/python-manual-release.yml Bumps Azure CLI action version used to run the Azure DevOps pipeline.
.github/workflows/python-build.yml Bumps Azure CLI action version used to run the Azure DevOps pipeline on releases.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Start DevOps pipeline
uses: azure/cli@v2
uses: azure/cli@v3
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Start DevOps pipeline
uses: azure/cli@v2
uses: azure/cli@v3
Comment on lines 29 to 30
inlineScript: |
az pipelines run --id ${{ vars.ADO_PYTHON_RELEASE_ID }} --org ${{ vars.ADO_ORG }} --project ${{ vars.ADO_PROJECT_NAME }} --parameters tag=${{ inputs.tag }} delay=0
Comment on lines 47 to 48
inlineScript: |
az pipelines run --id ${{ vars.ADO_PYTHON_RELEASE_ID }} --org ${{ vars.ADO_ORG }} --project ${{ vars.ADO_PROJECT_NAME }} --parameters tag=${{ github.event.release.tag_name }} delay=0

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Code Review

Reviewers: 5 | Confidence: 91% | Result: All clear

Reviewed: Correctness, Security Reliability, Test Coverage, Failure Modes, Design Approach


Automated review by dependabot[bot]'s agents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. Used by Dependabot. github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant