azure-cli: remove caveats for prev. 1.0 version (#19803)
This commit is contained in:
parent
1d1f4b48e2
commit
4bee767820
1 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue