From 1af6c032f04095982f4c11df80e693f8561768db Mon Sep 17 00:00:00 2001 From: Larry O'Brien Date: Mon, 19 Jul 2021 12:20:24 -1000 Subject: [PATCH] Added Linux install az & ml extension snippet (#621) This is a shortcut to the preferred way to install the Linux version. If you do `apt install` you get a version of `az` that predates `update`. --- cli/misc.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cli/misc.sh b/cli/misc.sh index 34ae1419a..a011dfb0a 100644 --- a/cli/misc.sh +++ b/cli/misc.sh @@ -9,6 +9,11 @@ az extension list az extension add -n ml # +# +curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash +az extension add -n ml -y +# + # az extension update -n ml # @@ -25,4 +30,3 @@ az account set -s "" az extension remove -n azure-cli-ml az extension remove -n ml # -