Azure / azure-cli

Azure Command-Line Interface
MIT License
3.99k stars 2.96k forks source link

--show-next-marker not implemented (storage-preview) #19020

Open ishepherd opened 3 years ago

ishepherd commented 3 years ago

Describe the bug

Command Name az storage blob list

Errors:

unrecognized arguments: --show-next-marker

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

Expected Behavior

--show-next-marker behaves as per https://docs.microsoft.com/en-US/cli/azure/storage/blob?view=azure-cli-latest#az_storage_blob_list

The problem only occurs if latest storage-preview extension is installed.

Environment Summary

Windows-10-10.0.19041-SP0
Python 3.8.9
Installer: MSI

azure-cli 2.26.1

Extensions:
storage-preview 0.7.4

Additional Context

ishepherd commented 3 years ago

Perhaps this issue belongs in https://github.com/Azure/azure-cli-extensions. Could someone transfer it, please?

yonzhan commented 3 years ago

storage

evelyn-ys commented 3 years ago

It's because the extension latency with main azure-cli. Will sync storage cli extension with storage cli soon

kenchon commented 1 year ago

For those who find this issue:

as @ishepherd reports, this issue can be worked around by removing storage-preview

az extension remove --name storage-preview