-
Notifications
You must be signed in to change notification settings - Fork 3k
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] BREAKING CHANGE: az aks create
: Updates to option --enable-managed-identity
#27887
[AKS] BREAKING CHANGE: az aks create
: Updates to option --enable-managed-identity
#27887
Conversation
️✔️AzureCLI-FullTest
|
Hi @FumingZhang, |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
aks create | cmd aks create update parameter enable_managed_identity : removed property default=True |
AKS |
Do we actually want to change this?
I think it's OK that this default is true? Rest of the change seems reasonable to me though. |
If the default is kept as |
Since this PR contains multiple breaking changes, could we release it in the next breaking change window (next Build Event sprint)? |
marked as draft |
Related command
az aks create
Description
--enable-managed-identity
and--service-principal
/--client-secret
at the same time will cause aMutuallyExclusiveArgumentError
--enable-managed-identity
fromTrue
toFalse
--service-principal
and--client-secret
are not specified at the same time, CLI will backfill the value of--enable-managed-identity
toTrue
to maintain the same behavior as before (that is, create an cluster with managed system assigned identity by default)Testing Guide
History Notes
[AKS] BREAKING CHANGE:
az aks create
: Specifying--enable-managed-identity
and--service-principal
/--client-secret
at the same time will cause aMutuallyExclusiveArgumentError
[AKS] BREAKING CHANGE:
az aks create
: Change the default value of option--enable-managed-identity
fromTrue
toFalse
[AKS]
az aks create
: When options--service-principal
and--client-secret
are not specified at the same time, CLI will backfill the value of--enable-managed-identity
toTrue
to maintain the same behavior as before (that is, create an cluster with managed system assigned identity by default)This 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.