We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1173b82 commit c6147ffCopy full SHA for c6147ff
pkg/azurefile/azurefile.go
@@ -165,7 +165,7 @@ const (
165
accountLimitExceedManagementAPI = "TotalSharesProvisionedCapacityExceedsAccountLimit"
166
accountLimitExceedDataPlaneAPI = "specified share does not exist"
167
168
- fileShareNotFound = "ErrorCode=ShareNotFound"
+ fileShareNotFound = "ShareNotFound"
169
statusCodeNotFound = "StatusCode=404"
170
httpCodeNotFound = "HTTPStatusCode: 404"
171
0 commit comments