Describe the bug
Bug similar to #8627
az storage fs file list --num-results "*" raises error
ERROR: argument --num-results: invalid int value: '*'
"*" should be valid according to the docs
Expected behavior
No error.
Environment summary
az --version
azure-cli 2.30.0
core 2.30.0
telemetry 1.0.6
Python location '/opt/az/bin/python3'
Extensions directory '/home/codas/.azure/cliextensions'
Python (Linux) 3.6.10 (default, Oct 29 2021, 10:11:34)
[GCC 9.3.0]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Please let us know how we are doing: https://aka.ms/azureclihats
and let us know if you're interested in trying out our newest features: https://aka.ms/CLIUXstudy
Describe the bug
Bug similar to #8627
az storage fs file list --num-results "*" raises error
ERROR: argument --num-results: invalid int value: '*'
"*" should be valid according to the docs
Expected behavior
No error.
Environment summary