From 4bee767820a5873022b268ec0306eec9e1b71d17 Mon Sep 17 00:00:00 2001 From: Derek Bekoe Date: Tue, 24 Oct 2017 15:21:47 -0700 Subject: [PATCH] azure-cli: remove caveats for prev. 1.0 version (#19803) --- Formula/azure-cli.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Formula/azure-cli.rb b/Formula/azure-cli.rb index 1547e6f8bb..8963cb32cb 100644 --- a/Formula/azure-cli.rb +++ b/Formula/azure-cli.rb @@ -509,15 +509,6 @@ class AzureCli < Formula bash_completion.install "az.completion" => "az" end - def caveats; <<~EOS - This formula is for Azure CLI 2.0 - https://docs.microsoft.com/cli/azure/overview. - The previous Azure CLI has moved to azure-cli@1 - ---- - Get started with: - $ az - EOS - end - test do json_text = shell_output("#{bin}/az cloud show --name AzureCloud") azure_cloud = JSON.parse(json_text)