Can not list deleted blob paths
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
`az storage fs list-deleted-path`
**Errors:**
```
One of the query parameters specified in the request URI is not supported.
RequestId:a65ef438-e01e-007a-3e5e-ac2697000000
Time:2022-08-10T02:10:03.6742441Z
ErrorCode:UnsupportedQueryParameter
queryparametername:showonly
```
## To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- _Put any pre-requisite steps here..._
- `az storage fs list-deleted-path --file-system {} --account-name {} --connection-string {}`
## Expected Behavior
List of soft deleted paths as this doc describes: https://docs.microsoft.com/en-us/azure/storage/blobs/soft-delete-blob-manage?tabs=dotnet#restore-soft-deleted-blobs-and-directories-by-using-azure-cli
## Environment Summary
```
Linux-5.15.0-41-generic-x86_64-with, Alpine Linux v3.16
Python 3.10.5
Installer: DOCKER
azure-cli 2.39.0
```
## Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.