Skip to content

build(deps): bump azure/CLI from 1 to 3#951

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/azure/CLI-3
Open

build(deps): bump azure/CLI from 1 to 3#951
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/azure/CLI-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 25, 2026

Bumps azure/CLI from 1 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

GitHub Action for Azure CLI v2

What's Changed

New Contributors

Full Changelog: Azure/cli@v1.0.9...v2

GitHub Action for Azure CLI v1.0.9

  • Set action failure on a non-Linux-based OS (#123)

GitHub Action for Azure CLI v1.0.8

  • Fix #103: Dealing with un-escaped environment variables which cause escalation of privilege (#105)

GitHub Action for Azure CLI v1.0.7

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 25, 2026
@dependabot dependabot Bot mentioned this pull request Mar 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/azure/CLI-3 branch from 2e3e5c6 to 36bb3ec Compare April 20, 2026 18:32
Bumps [azure/CLI](https://github.com/azure/cli) from 1 to 3.
- [Release notes](https://github.com/azure/cli/releases)
- [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md)
- [Commits](Azure/cli@v1...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] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/azure/CLI-3 branch from 36bb3ec to 845d1f9 Compare April 20, 2026 18:35
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants