Contradictory help message regarding the default value of az keyvault create --enable-rbac-authorization
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### Describe the bug
```bash
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
```bash
$ az --version
azure-cli 2.61.0
core 2.61.0
telemetry 1.1.0
```
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.