Describe the bug
The --include i option does not pass thru to the REST API correctly and the information does not return.
Related command
az storage blob list -c container --account-name acount --include i --verbose --debug
Errors
No Errors but immutability missing and the include is missing from the query.
Issue script & Debug output
urllib3.connectionpool: Starting new HTTPS connection (1): account.blob.core.windows.net:443
urllib3.connectionpool: https://account.blob.core.windows.net:443 "GET /container?restype=container&comp=list&maxresults=5000&include= HTTP/1.1" 200 None
Note the include does not have i in the list. If you do c or the other options, those work as expected.
Expected behavior
Immutable behavior info is present instead of null
Environment Summary
azure-cli 2.83.0
core 2.83.0
telemetry 1.1.0
Dependencies:
msal 1.35.0b1
azure-mgmt-resource 23.3.0
Python location 'C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe'
Config directory 'C:\Users\xxx\.azure'
Extensions directory 'C:\Users\xxx\.azure\cliextensions'
Python (Windows) 3.13.11 (tags/v3.13.11:6278944, Dec 5 2025, 16:26:58) [MSC v.1944 64 bit (AMD64)]
Legal docs and information: aka.ms/AzureCliLegal
Additional context
No response
Describe the bug
The
--include ioption does not pass thru to the REST API correctly and the information does not return.Related command
az storage blob list -c container --account-name acount --include i --verbose --debugErrors
No Errors but immutability missing and the include is missing from the query.
Issue script & Debug output
Note the include does not have i in the list. If you do c or the other options, those work as expected.
Expected behavior
Immutable behavior info is present instead of null
Environment Summary
Additional context
No response