azure-cli
azure-cli copied to clipboard
Can not list deleted blob paths
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
@evelyn-ys for awareness
Even I am not able to run this az command but getting similar error, I tried with different paths I am getting two different message but similar error
-
ERROR: One of the query parameters specified in the request URI is not supported.
-
ERROR: The requested URL does not represent any resource on the server.
Is there any update on this feature request ?