--show-next-marker not implemented (storage-preview)
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
## 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.
- `az storage blob list --account-name {} -c {} --num-results {} --show-next-marker`
## 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
Contributor guide
Assessment
This issue has not been assessed yet.