Skip to content

Commit

Permalink
Merge pull request #262 from AzureArcForKubernetes/DeprecatedParams
Browse files Browse the repository at this point in the history
use the recomended param for flag
  • Loading branch information
Arif-lakhani authored Sep 27, 2023
2 parents 1575dbf + 41f9f93 commit 29ad71d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/k8s-extension/azext_k8s_extension/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ def load_arguments(self, _):
c.argument('major_version',
help='Filter results by only the major version of an extension type. For example if 1 is specified, all versions with major version 1 (1.1, 1.1.2) will be shown. The default value is None')
c.argument('show_latest',
arg_type=get_three_state_flag(),
help='Filter results by only the latest version. For example, if this flag is used the latest version of the extensionType will be shown.')

0 comments on commit 29ad71d

Please sign in to comment.