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
4 changes: 4 additions & 0 deletions src/fleet/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,7 @@ Release History
1.6.3
++++++
* Mark gate commands as preview, fixing bug from version 1.6.0.

1.6.4
++++++
* Fix help text for `fleet list` command.
6 changes: 3 additions & 3 deletions src/fleet/azext_fleet/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@

helps['fleet list'] = """
type: command
short-summary: Lists all fleets within a resource group.
short-summary: Lists all fleets.
examples:
- name: List all fleets with a specific subscription.
- name: List all fleets within your current subscription.
text: az fleet list
- name: List all fleets that exist within a specific subscription and resource group.
- name: List all fleets that exist within your current subscription and the chosen resource group.
text: az fleet list -g MyResourceGroup
"""

Expand Down
Loading