azure-cli: remove caveats for prev. 1.0 version (#19803)

This commit is contained in:
Derek Bekoe 2017-10-24 15:21:47 -07:00 committed by ilovezfs
parent 1d1f4b48e2
commit 4bee767820

View file

@ -509,15 +509,6 @@ class AzureCli < Formula
bash_completion.install "az.completion" => "az" bash_completion.install "az.completion" => "az"
end 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 test do
json_text = shell_output("#{bin}/az cloud show --name AzureCloud") json_text = shell_output("#{bin}/az cloud show --name AzureCloud")
azure_cloud = JSON.parse(json_text) azure_cloud = JSON.parse(json_text)