From 294d7388aaeb839b33880fe5343079f1167bba77 Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Mon, 1 Jun 2026 23:03:00 -0700 Subject: [PATCH] docs: remove outdated info from README - Remove deprecated Slack badge (azurecli.slack.com is no longer an actively maintained channel) - Drop dated 'next generation' wording; az has been the standard Azure CLI for years - Remove Ubuntu Bionic (18.04) edge build row; 18.04 reached end of standard support in April 2023 - Drop 'or CentOS Stream 8' from the RPM instructions; CentOS Stream 8 reached EOL on 2024-05-31 (RHEL 8 remains supported) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c6c143f90c..445c9f0f14d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ [![Python](https://img.shields.io/pypi/pyversions/azure-cli.svg?maxAge=2592000)](https://pypi.python.org/pypi/azure-cli) [![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/cli/Azure.azure-cli?branchName=dev)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=246&branchName=dev) -[![Slack](https://img.shields.io/badge/Slack-azurecli.slack.com-blue.svg)](https://azurecli.slack.com) -A great cloud needs great tools; we're excited to introduce *Azure CLI*, our next generation multi-platform command line experience for Azure. +A great cloud needs great tools; we're excited to introduce *Azure CLI*, our cross-platform command line experience for Azure. Take a test run now from [Azure Cloud Shell](https://portal.azure.com/#cloudshell)! @@ -153,7 +152,6 @@ You can download the latest builds by following the links below: |:-----------------:|:-------------------------------------------| | MSI | https://aka.ms/InstallAzureCliWindowsEdge | | Homebrew Formula | https://aka.ms/InstallAzureCliHomebrewEdge | -| Ubuntu Bionic Deb | https://aka.ms/InstallAzureCliBionicEdge | | Ubuntu Focal Deb | https://aka.ms/InstallAzureCliFocalEdge | | Ubuntu Jammy Deb | https://aka.ms/InstallAzureCliJammyEdge | | RPM el8 | https://aka.ms/InstallAzureCliRpmEl8Edge | @@ -174,7 +172,7 @@ You can install the edge build on Ubuntu Jammy with the following command: curl --location --silent --output azure-cli_jammy.deb https://aka.ms/InstallAzureCliJammyEdge && dpkg -i azure-cli_jammy.deb ``` -And install the edge build with rpm package on RHEL 8 or CentOS Stream 8: +And install the edge build with rpm package on RHEL 8: ```bash dnf install -y $(curl --location --silent --output /dev/null --write-out %{url_effective} https://aka.ms/InstallAzureCliRpmEl8Edge)