Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Member Author

@jiasli jiasli Mar 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs team is working on generating "available in version" information automatically.

https://ceapex.visualstudio.com/Engineering/_workitems/edit/327926

"""

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.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove en-us/ to make the URL language-independent.

By default without specifying --local, the configuration will be saved to `~/.azure/config`.
examples:
- name: Disable color with `core.no_color`.
Expand Down
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