From ab5f00ba3209ff49c4112a60a102270c4a5558b1 Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Mon, 5 Sep 2022 16:46:05 +0200 Subject: [PATCH] Docs: recommend latest version of azure cli (#77) Prevent users from running az versions < 2.25.0 and experience https://github.com/Azure/azure-cli/issues/19892 --- docs/docs/getting-started/install.md | 2 +- docs/versioned_docs/version-1.5/getting-started/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/getting-started/install.md b/docs/docs/getting-started/install.md index 6fea1b850..96123184e 100644 --- a/docs/docs/getting-started/install.md +++ b/docs/docs/getting-started/install.md @@ -71,7 +71,7 @@ To try out Constellation, using a cloud environment such as [Azure Cloud Shell]( **Production** -For production clusters, use the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) on a trusted machine: +For production clusters, use the latest version of the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) on a trusted machine: ```bash az login diff --git a/docs/versioned_docs/version-1.5/getting-started/install.md b/docs/versioned_docs/version-1.5/getting-started/install.md index 2659f83b9..439d9f034 100644 --- a/docs/versioned_docs/version-1.5/getting-started/install.md +++ b/docs/versioned_docs/version-1.5/getting-started/install.md @@ -71,7 +71,7 @@ To try out Constellation, using a cloud environment such as [Azure Cloud Shell]( **Production** -For production clusters, use the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) on a trusted machine: +For production clusters, use the latest version of the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) on a trusted machine: ```bash az login