Azure / azure-cli

Azure Command-Line Interface
MIT License
4.03k stars 3.01k forks source link

Missing `--disable-custom-ca-trust` in `aks-preview` argument summary #29836

Open JoeyC-Dev opened 2 months ago

JoeyC-Dev commented 2 months ago

Describe the bug

The argument exist but is missing here: image

https://learn.microsoft.com/en-us/cli/azure/aks/nodepool?view=azure-cli-latest#az-aks-nodepool-update(aks-preview)

This is causing confusion.

Related command

az aks nodepool update --disable-custom-ca-trust

Errors

N/A

Issue script & Debug output

N/A

Expected behavior

Appearing in "argument summary"

Environment Summary

{
  "azure-cli": "2.63.0",
  "azure-cli-core": "2.63.0",
  "azure-cli-telemetry": "1.1.0",
  "extensions": {
    "ai-examples": "0.2.5",
    "aks-preview": "8.0.0b1",
    "ml": "2.29.0",
    "ssh": "2.0.5"
  }
}

Additional context

No response

azure-client-tools-bot-prd[bot] commented 2 months ago

Hi @JoeyC-Dev,

2.63.0 is not the latest Azure CLI(2.64.0).

If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.

yonzhan commented 2 months ago

Thank you for opening this issue, we will look into it.