diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-08-16 21:43:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 21:43:06 +0300 |
commit | 9fd5daf06b40794a067c4cdbb8e258d99eeefc24 (patch) | |
tree | 01364ba67061ae3f36d7a39e1ff7440cf4455641 | |
parent | c58b614202d525b2530d0bbfc45a6a6bbc1a9569 (diff) |
Automated documentation update (#656)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/azure-cli/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/azure-cli/README.md b/src/azure-cli/README.md index c3e23db..2e7b6d3 100644 --- a/src/azure-cli/README.md +++ b/src/azure-cli/README.md @@ -18,7 +18,7 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil | version | Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.) | string | latest | | extensions | Optional comma separated list of Azure CLI extensions to install in profile. | string | - | | installBicep | Optionally install Azure Bicep | boolean | false | -| installUsingPython | Install Azure CLI using Python instead of pipx | boolean | true | +| installUsingPython | Install Azure CLI using Python instead of pipx | boolean | false | ## Customizations |