From c6f6e65873567c44e16245bed7f40f38a20bc37a Mon Sep 17 00:00:00 2001 From: FumingZhang <81607949+FumingZhang@users.noreply.github.com> Date: Tue, 28 May 2024 15:19:12 +0800 Subject: [PATCH] {AKS} `az aks create`: Update help message of option `--enable-managed-identity` (#7661) --- src/aks-preview/azext_aks_preview/_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aks-preview/azext_aks_preview/_help.py b/src/aks-preview/azext_aks_preview/_help.py index a33c8fcffb6..56d891d5390 100644 --- a/src/aks-preview/azext_aks_preview/_help.py +++ b/src/aks-preview/azext_aks_preview/_help.py @@ -353,7 +353,7 @@ short-summary: Public IP prefix ID used to assign public IPs to VMSS nodes. - name: --enable-managed-identity type: bool - short-summary: Using managed identity to manage cluster resource group. Default value is true, you can explicitly specify "--client-id" and "--secret" to disable managed identity. + short-summary: Using managed identity to manage cluster resource group. You can explicitly specify "--service-principal" and "--client-secret" to disable managed identity, otherwise it will be enabled. - name: --assign-identity type: string short-summary: Specify an existing user assigned identity to manage cluster resource group.