From 7efef55fbf3546d7d5c8d8a68762aad33a91baa9 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:47:37 +0800 Subject: [PATCH 1/3] deb --- docs-ref-conceptual/includes/cli-install-linux-apt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ref-conceptual/includes/cli-install-linux-apt.md b/docs-ref-conceptual/includes/cli-install-linux-apt.md index c6d6c1abfc..8b6f68de21 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-apt.md +++ b/docs-ref-conceptual/includes/cli-install-linux-apt.md @@ -2,7 +2,7 @@ author: dbradish-microsoft ms.author: dbradish manager: barbkess -ms.date: 09/29/2020 +ms.date: 07/05/2022 ms.topic: include ms.custom: devx-track-azurecli --- @@ -13,7 +13,7 @@ The `apt` package manager contains an x86_64 package for the Azure CLI that has | Distribution | Version | |:-------------|:--------| -| Ubuntu | 18.04 LTS (Bionic Beaver), 20.04 LTS (Focal Fossa), 21.10 (Impish Indri), 22.04 (Jammy Jellyfish) | +| Ubuntu | 18.04 LTS (Bionic Beaver), 20.04 LTS (Focal Fossa), 22.04 (Jammy Jellyfish) | | Debian | 10 (Buster), 11 (Bullseye) | > [!WARNING] From 9adeab30dbd69c82d52efde66587adbb80c26c4c Mon Sep 17 00:00:00 2001 From: Jiashuo Li <4003950+jiasli@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:30:24 +0800 Subject: [PATCH 2/3] Update cli-install-linux-apt.md --- docs-ref-conceptual/includes/cli-install-linux-apt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-ref-conceptual/includes/cli-install-linux-apt.md b/docs-ref-conceptual/includes/cli-install-linux-apt.md index 8b6f68de21..08b8b05c6e 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-apt.md +++ b/docs-ref-conceptual/includes/cli-install-linux-apt.md @@ -17,10 +17,10 @@ The `apt` package manager contains an x86_64 package for the Azure CLI that has | Debian | 10 (Buster), 11 (Bullseye) | > [!WARNING] -> Starting from Azure CLI 2.37.0, no DEB packages will be released for Ubuntu 16.04 (Xenial Xerus) and Debian 9 (Stretch). You may continue to use historical versions of Azure CLI on these systems, but there will be no updates or bugfixes. Consider upgrading to newer versions of Ubuntu or Debian to use the latest Azure CLI. +> You may continue to use historical versions of Azure CLI on old systems, but there will be no updates or bugfixes. Consider upgrading to newer versions of Ubuntu or Debian to use the latest Azure CLI. > [!WARNING] -> Ubuntu 20.04 (Focal Fossa) and 20.10 (Groovy Gorilla) include an `azure-cli` package with version `2.0.81` provided by the `universe` repository. This package is outdated and not recommended. If this package is installed, remove the package before continuing by running the command `sudo apt remove azure-cli -y && sudo apt autoremove -y`. +> Azure VM image Ubuntu 20.04 (Focal Fossa) includes an `azure-cli` package with version `2.0.81` provided by the `universe` repository. This package is outdated and not recommended. If this package is installed, remove the package before continuing by running the command `sudo apt remove azure-cli -y && sudo apt autoremove -y`. > > The `azure-cli` deb package does not support ARM64 architecture. @@ -197,4 +197,4 @@ You can also use `apt-get upgrade` to update the CLI package. ```bash sudo apt autoremove - ``` \ No newline at end of file + ``` From 886053a95cd87cfc49d1e688cd6825db43471139 Mon Sep 17 00:00:00 2001 From: Jiashuo Li <4003950+jiasli@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:39:47 +0800 Subject: [PATCH 3/3] Update cli-install-linux-apt.md --- docs-ref-conceptual/includes/cli-install-linux-apt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-conceptual/includes/cli-install-linux-apt.md b/docs-ref-conceptual/includes/cli-install-linux-apt.md index 08b8b05c6e..05347b1fd2 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-apt.md +++ b/docs-ref-conceptual/includes/cli-install-linux-apt.md @@ -20,7 +20,7 @@ The `apt` package manager contains an x86_64 package for the Azure CLI that has > You may continue to use historical versions of Azure CLI on old systems, but there will be no updates or bugfixes. Consider upgrading to newer versions of Ubuntu or Debian to use the latest Azure CLI. > [!WARNING] -> Azure VM image Ubuntu 20.04 (Focal Fossa) includes an `azure-cli` package with version `2.0.81` provided by the `universe` repository. This package is outdated and not recommended. If this package is installed, remove the package before continuing by running the command `sudo apt remove azure-cli -y && sudo apt autoremove -y`. +> Ubuntu 20.04 (Focal Fossa) and 20.10 (Groovy Gorilla) include an `azure-cli` package with version `2.0.81` provided by the `universe` repository. This package is outdated and not recommended. If this package is installed, remove the package before continuing by running the command `sudo apt remove azure-cli -y && sudo apt autoremove -y`. > > The `azure-cli` deb package does not support ARM64 architecture.