Update documentation for zip-based releases (v2.7.3+)#528
Merged
Conversation
…latest-amd64 package Co-authored-by: cmendible <266546+cmendible@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] azqr-ubuntu-latest-amd64 missing from v2.7.3
Update documentation for zip-based releases (v2.7.3+)
Aug 5, 2025
cmendible
approved these changes
Aug 6, 2025
cmendible
approved these changes
Aug 6, 2025
cmendible
approved these changes
Aug 6, 2025
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.
Starting with v2.7.3, Azure Quick Review changed from distributing standalone binaries like
azqr-ubuntu-latest-amd64to zip files likeazqr-linux-amd64.zip. This change broke existing installation instructions across the documentation.This PR updates all installation instructions to use the new zip-based format:
Updated files:
README.md- Linux installation instructions now useazqr-linux-amd64.zipwith unzip stepsdocs/content/en/docs/Install/_index.md- Updated both Linux and Windows installation instructionsjumpstart_drops/azqr-tutorial/_index.md- Updated tutorial installation stepsexamples/cicd/azdo-pipeline.yml- Updated Azure DevOps pipeline installationexamples/cicd/github-actions.yml- Updated GitHub Actions workflow installationKey changes:
azqr-ubuntu-latest-amd64withazqr-linux-amd64.zip+ unzip stepsazqr-windows-latest-amd64.exewithazqr-win-amd64.zip+ extract stepsazqr-linux-arm64.zip,azqr-win-arm64.zip)The new installation flow downloads a zip file, extracts the binary, cleans up the zip, and makes the binary executable - matching the current release format available at https://github.com/Azure/azqr/releases/latest.
Fixes #527.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/Azure/azqr/releases/latestcurl -sL REDACTED(http block)curl -s REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.