chore: pin azldev version via .azldev-version file#17259
Merged
reubeno merged 1 commit intoMay 15, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR centralizes the azldev tool version in a new root .azldev-version file so local setup, GitHub Actions, ADO, and the shared CI runner can install the same pinned commit.
Changes:
- Adds
.azldev-versionwith a pinnedazldevcommit. - Updates README and CI workflows to install
azldevfrom that file. - Updates runner-image and workflow guidance to describe/pass the pinned version.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.azldev-version |
Defines the pinned azldev commit. |
README.md |
Documents installing azldev from the pinned version file. |
.github/workflows/lint.yaml |
Uses .azldev-version when installing azldev for lint validation. |
.github/workflows/containers/azldev-runner.Dockerfile |
Adds an AZLDEV_VERSION build arg for installing azldev in the runner image. |
.github/workflows/check-rendered-specs.yml |
Passes .azldev-version into runner image builds. |
.github/workflows/ado/templates/sources-upload-stages.yml |
Installs azldev from .azldev-version instead of an ADO variable. |
.github/workflows/ado/sources-upload.yml |
Removes the obsolete AzldevCommit variable-group documentation. |
.github/instructions/pr-check-workflows.instructions.md |
Updates guidance to describe the shared .azldev-version pin. |
0bca03b to
11e3232
Compare
11e3232 to
323263d
Compare
reubeno
approved these changes
May 15, 2026
323263d to
5f932b3
Compare
reubeno
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.