MicrosoftDocs/azure-docs-cli

[MacOS] Azure CLI behind a proxy

Closed this issue · 3 comments

Prerequisites

  • Write a descriptive title.
  • Search the existing issues.
  • I am reporting the documentation problem for the current version of Azure CLI.

Azure CLI version being used

az login

Link to affected document

https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#work-behind-a-proxy

Description of the documentation error

macOS /usr/local/Cellar/azure-cli//libexec/lib/python/site-packages/certifi/cacert.pem

There are two slashes between azure-cli and libexec. It is missing the version of az cli.

Suggested fix

macOS /usr/local/Cellar/azure-cli//libexec/lib/python/site-packages/certifi/cacert.pem
az version | jq '."azure-cli"' | sed -e 's/"//g'
2.37.0

Added doc metadata info


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

LMK if you are good with that PR.

@rumstead, your markdown is not rendered correctly either! 🤣 image