-
Notifications
You must be signed in to change notification settings - Fork 520
Added note about rhel 9 compatibility #5680
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -74,6 +74,11 @@ To install the Azure CLI, follow these steps: | |||||
| sudo dnf install azure-cli | ||||||
| ``` | ||||||
|
|
||||||
| > [!IMPORTANT] | ||||||
| > **RHEL 9.0 Compatibility**: Because Python 3.9 is end-of-life, Azure CLI 2.72 is the last | ||||||
| > version compatible with RHEL 9.0 systems using Python 3.9. Install Azure CLI 2.72 using: `sudo | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
| > dnf install azure-cli-2.72.0`. | ||||||
|
||||||
| > dnf install azure-cli-2.72.0`. | |
| > dnf install azure-cli-2.72.0-1.el9`. |
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.
dnf install azure-cli-2.72.0 won't work.
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.
The terminology "end-of-life" should match the existing style in this document. Line 68 uses "End Of Life (EOL)" with capitals. Consider using "End Of Life (EOL)" instead of "end-of-life" for consistency, or alternatively use the abbreviated form "EOL" since it's already defined earlier in the document.