Skip to content

Commit

Permalink
[AKS] BREAKING CHANGE: : Remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
Yitong Feng committed Nov 6, 2024
1 parent 7693c5b commit e2b0562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Release History
===============
* [BREAKING CHANGE]: `az aks trustedaccess rolebinding create`: Remove deprecated `-r` options

Guidance
++++++++
Expand Down
5 changes: 0 additions & 5 deletions src/aks-preview/azext_aks_preview/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -2248,11 +2248,6 @@ def load_arguments(self, _):
)
c.argument(
"source_resource_id",
options_list=[
"--source-resource-id",
c.deprecate(target="-s", redirect="--source-resource-id", hide=True),
c.deprecate(target="-r", redirect="--source-resource-id", hide=True),
],
help="The source resource id of the binding",
)

Expand Down

0 comments on commit e2b0562

Please sign in to comment.