Azure / azure-cli

Azure Command-Line Interface
MIT License
4.01k stars 2.98k forks source link

Contradictory help message regarding the default value of az keyvault create --enable-rbac-authorization #29116

Open fxierh opened 4 months ago

fxierh commented 4 months ago

Describe the bug

az keyvault create --help
...
    --enable-rbac-authorization       : ... If null or not specified, the vault
                                        is created with the default value of false ...  Allowed
                                        values: false, true.  Default: True.
...

Related command

az keyvault create

Errors

N/A

Issue script & Debug output

N/A

Expected behavior

Consistent help message for this flag.

Environment Summary

$ az --version
azure-cli                         2.61.0

core                              2.61.0
telemetry                          1.1.0

Additional context

No response

yonzhan commented 4 months ago

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