Skip to content

Commit

Permalink
follow up mq support bundle flag change
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie4ever committed Jul 3, 2024
1 parent c0d586a commit e9e50d2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 518 deletions.
10 changes: 5 additions & 5 deletions azext_edge/edge/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ def load_iotops_help():
- name: Specify a custom container log age in seconds.
text: >
az iot ops support create-bundle --ops-service mq --log-age 172800
az iot ops support create-bundle --ops-service broker --log-age 172800
- name: Include mq traces in the support bundle. This is an alias for stats trace fetch capability.
- name: Include mqttbroker traces in the support bundle. This is an alias for stats trace fetch capability.
text: >
az iot ops support create-bundle --ops-service mq --mq-traces
az iot ops support create-bundle --ops-service broker --broker-traces
"""

helps[
Expand All @@ -95,11 +95,11 @@ def load_iotops_help():
- {COMPAT_OPCUA_APIS.as_str()}
examples:
- name: Basic usage. Checks `mq` health with summary output.
- name: Basic usage. Checks `mqttbroker` health with summary output.
text: >
az iot ops check
- name: Evaluates `mq` like prior example, however output is optimized for CI.
- name: Evaluates `mqttbroker` like prior example, however output is optimized for CI.
text: >
az iot ops check --as-object
Expand Down
2 changes: 1 addition & 1 deletion azext_edge/edge/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def load_iotops_arguments(self, _):
)
context.argument(
"include_mq_traces",
options_list=["--mq-traces"],
options_list=["--broker-traces"],
arg_type=get_three_state_flag(),
help="Include mq traces in the support bundle. Usage may add considerable size to the produced bundle.",
)
Expand Down
Loading

0 comments on commit e9e50d2

Please sign in to comment.