You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
Which service(blob, file, queue, table) does this issue concern?
File
Which version of the SDK was used?
"microsoft/azure-storage-file": "*",
What's the PHP/OS version?
php 8.0.8
What problem was encountered?
Can't delete a Share when this share has snapshots
Steps to reproduce the issue?
global $fileRestProxy;
$fileRestProxy->deleteShare($name);
Response:
ERROR:409:Fail: Code: 409 Value: The share has snapshots and the operation requires no snapshots. details (if any): ShareHasSnapshots The share has snapshots and the operation requires no snapshots.
Have you found a mitigation/solution?
No
Is there a failing request ID related to this problem returned by server? What is it?
What is the storage account name and time frame of your last reproduce? (UTC YYYY/MM/DD hh:mm:ss)
2021/07/26 09:21:00
(If you think some of the information should not be shared publicly, you can e-mail the main Microsoft contributors of the repository instead.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Which service(blob, file, queue, table) does this issue concern?
File
Which version of the SDK was used?
"microsoft/azure-storage-file": "*",
What's the PHP/OS version?
php 8.0.8
What problem was encountered?
Can't delete a Share when this share has snapshots
Steps to reproduce the issue?
global $fileRestProxy;
$fileRestProxy->deleteShare($name);
Response:
ERROR:409:Fail: Code: 409 Value: The share has snapshots and the operation requires no snapshots. details (if any): ShareHasSnapshots The share has snapshots and the operation requires no snapshots.
Have you found a mitigation/solution?
No
Is there a failing request ID related to this problem returned by server? What is it?
What is the storage account name and time frame of your last reproduce? (UTC YYYY/MM/DD hh:mm:ss)
2021/07/26 09:21:00
(If you think some of the information should not be shared publicly, you can e-mail the main Microsoft contributors of the repository instead.)
The text was updated successfully, but these errors were encountered: