diff --git a/src/azure-cli/azure/cli/command_modules/config/_help.py b/src/azure-cli/azure/cli/command_modules/config/_help.py index 748fb128431..66a433a5253 100644 --- a/src/azure-cli/azure/cli/command_modules/config/_help.py +++ b/src/azure-cli/azure/cli/command_modules/config/_help.py @@ -9,13 +9,14 @@ helps['config'] = """ type: group short-summary: Manage Azure CLI configuration. +long-summary: Available since Azure CLI 2.10.0. """ helps['config set'] = """ type: command short-summary: Set a configuration. long-summary: | - For available configuration options, see https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration. + For available configuration options, see https://docs.microsoft.com/cli/azure/azure-cli-configuration. By default without specifying --local, the configuration will be saved to `~/.azure/config`. examples: - name: Disable color with `core.no_color`. diff --git a/src/azure-cli/azure/cli/command_modules/configure/_help.py b/src/azure-cli/azure/cli/command_modules/configure/_help.py index 66df45c3ec3..57fb62b368c 100644 --- a/src/azure-cli/azure/cli/command_modules/configure/_help.py +++ b/src/azure-cli/azure/cli/command_modules/configure/_help.py @@ -35,6 +35,7 @@ helps['configure'] = """ type: command short-summary: Manage Azure CLI configuration. This command is interactive. +long-summary: For automation scenarios or to set all available options, use the new `az config`. parameters: - name: --defaults -d short-summary: >