-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prioritize official Microsoft Linux Repo for azure-cli
#3192
Conversation
Docs Build status updates of commit ea68c7c: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
azure-cli
azure-cli
To do this, set the value of `AZ_REPO` manually when [adding the repository](#set-release). For Ubuntu distributions use the `jammy` repository, and for Debian distributions use `bullseye`: | ||
|
||
```bash | ||
# Ubuntu | ||
AZ_REPO=jammy | ||
|
||
# Debian | ||
AZ_REPO=bullseye | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the fallback version by the way since we now support jammy
and bullseye
.
Distributions released before Ubuntu Trusty and Debian Wheezy are not supported.
This sentence is removed because we now have this info on top of this page:
azure-docs-cli/docs-ref-conceptual/includes/cli-install-linux-apt.md
Lines 14 to 17 in 88487ed
| Distribution | Version | | |
|:-------------|:--------| | |
| Ubuntu | 18.04 LTS (Bionic Beaver), 20.04 LTS (Focal Fossa), 21.10 (Impish Indri), 22.04 (Jammy Jellyfish) | | |
| Debian | 10 (Buster), 11 (Bullseye) | |
Docs Build status updates of commit ed59eb0: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@jiasli, This PR is almost 2 years old. Please move it back to |
I am closing this PR as it is outdated. Please reopen and fix merge conflicts if this update is still needed. |
Copy the prioritization logic from automation script (Azure/azure-cli#20557) to manual steps.
This prevents installing unofficial
azure-cli
on Debian sid (Azure/azure-cli#19640).