Skip to content

Commit c6147ff

Browse files
committed
fix delete volume failure
1 parent 1173b82 commit c6147ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefile/azurefile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const (
165165
accountLimitExceedManagementAPI = "TotalSharesProvisionedCapacityExceedsAccountLimit"
166166
accountLimitExceedDataPlaneAPI = "specified share does not exist"
167167

168-
fileShareNotFound = "ErrorCode=ShareNotFound"
168+
fileShareNotFound = "ShareNotFound"
169169
statusCodeNotFound = "StatusCode=404"
170170
httpCodeNotFound = "HTTPStatusCode: 404"
171171

0 commit comments

Comments
 (0)