{AKS} feat: Support trustedaccess role and rolebinding operations#27931
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @YitongFeng-git, |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| aks trustedaccess | sub group aks trustedaccess added |
|
AKS |
FumingZhang
left a comment
There was a problem hiding this comment.
Please add scenario tests for the newly added command/options and adjust PR title/history note according to the guidelines.
e.g.,
- [AKS]
az aks trustedaccess role: Add new command group to manage trusted access roles - [AKS]
az aks trustedaccess rolebinding: Add new command group to manage trusted access role bindings
76f06ba to
d3dd7b0
Compare
c3c5b43 to
42f19a3
Compare
|
@zhoxing-ms @yanzhudd could you help review, thanks! |
There was a problem hiding this comment.
Only rolebinding is present, should we also add role?
There was a problem hiding this comment.
role no need parameter, role only has one command az aks trustedaccess role list, which no need cluster name parameter
82c4365 to
2202def
Compare
|
please resolve the conflicts. |
|
updated, kindly review again! @yanzhudd help merge this PR to avoid conflicts again, thank you! |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
please resolve CI issues. |
1f5edb8 to
c997d7c
Compare
28dba17 to
ad073fb
Compare
|
@yanzhudd updated! kindly review and merge, thank you ! |
Related command
Description
TrustedAccess feature GA, move commands from preview to stable
Ref Add roles commands, Add bindings commands
Testing Guide
History Notes
[AKS]
az aks trustedaccess role: Add new command group to manage trusted access roles[AKS]
az aks trustedaccess rolebinding: Add new command group to manage trusted access role bindings[AKS]
az aks trustedaccess rolebinding list: Add new command to list all the trusted access role bindings[AKS]
az aks trustedaccess rolebinding show: Add new command to get the specific trusted access role binding according to binding name[AKS]
az aks trustedaccess rolebinding create: Add new command to create a new trusted access role binding[AKS]
az aks trustedaccess rolebinding update: Add new command to update an existing trusted access role binding[AKS]
az aks trustedaccess rolebinding delete: Add new command to delete a trusted access role binding according to nameThis 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.