-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{AKS} aks trustedaccess rolebinding create
: Remove --source-resource-id
parameter alias -r
#28212
Conversation
️✔️AzureCLI-FullTest
|
❌AzureCLI-BreakingChangeTest
|
AKS |
@@ -2072,7 +2072,7 @@ | |||
- name: --roles | |||
type: string | |||
short-summary: Specify the comma-separated roles. | |||
- name: --source-resource-id -r | |||
- name: --source-resource-id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the considerations for removing this option?
As this is a breaking change, need to wait until the next breaking change window. Before that, you could mark it as deprecated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After discussed we decided to remove the alias '-r'.
As TA command hasn't been released ever, we can make this change before this version's release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The option to be removed was introduced in #27931 on 23/12/22 and released in 2.56.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Queued live test to validate the change.
Queued another live test, test passed! |
aks trustedaccess rolebinding create
: Remove --source-resource-id
parameter alias -r
…ce-id` parameter alias `-r` (Azure#28212)
Related command
az aks trustedaccess rolebinding create
Description
remove
az aks trustedaccess rolebinding create
command --source-resource-id parameter alias -rTesting Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.