Skip to content

Commit

Permalink
refactor: keep --*-config visible (#492)
Browse files Browse the repository at this point in the history
* Last changeset hid upgrade params, however --*-config is still applicable and useful for patching arc extension config post deployment.
  • Loading branch information
digimaun authored Feb 12, 2025
1 parent 75d9897 commit 5c4849f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azext_edge/edge/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ def load_iotops_arguments(self, _):
help=f"{moniker} arc extension custom config. Format is space-separated key=value pairs "
f"or just the key. This option can be used one or more times.",
arg_group="Extension Config",
deprecate_info=context.deprecate(hide=True),
)
context.argument(
f"{alias}_config_sync_mode",
Expand Down

0 comments on commit 5c4849f

Please sign in to comment.