File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -146,3 +146,7 @@ Release History
1461461.6.3
147147++++++
148148* Mark gate commands as preview, fixing bug from version 1.6.0.
149+
150+ 1.6.4
151+ ++++++
152+ * Fix help text for `fleet list ` command.
Original file line number Diff line number Diff line change 5353
5454helps ['fleet list' ] = """
5555 type: command
56- short-summary: Lists all fleets within a resource group .
56+ short-summary: Lists all fleets.
5757 examples:
58- - name: List all fleets with a specific subscription.
58+ - name: List all fleets within your current subscription.
5959 text: az fleet list
60- - name: List all fleets that exist within a specific subscription and resource group.
60+ - name: List all fleets that exist within your current subscription and the chosen resource group.
6161 text: az fleet list -g MyResourceGroup
6262"""
6363
You can’t perform that action at this time.
0 commit comments