Skip to content

Commit

Permalink
{Config} Redirect users from az configure to az config (#17288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Mar 17, 2021
1 parent c7f31bd commit f6368c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/azure-cli/azure/cli/command_modules/config/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
1 change: 1 addition & 0 deletions src/azure-cli/azure/cli/command_modules/configure/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit f6368c7

Please sign in to comment.