Sourav Gupta

Results 9 comments of Sourav Gupta

This should be added for page blob and append blob as well, right? Also add the example tests for this.

Hi @ErlendHaa. Thanks for pointing this out. We have identified this as a bug and are working on getting this fixed. We will keep you posted on this thread when...

The PR has been merged. You can import from the main branch and validate. This fix will be part of the next release. Feel free to reopen if the issue...

@hongbin, please refer the below link. https://learn.microsoft.com/en-us/rest/api/storageservices/create-service-sas#version-2018-11-09-and-later From version 2018-11-09, two new fields `signedResource` and `signedSnapshotTime` were added in the `StringToSign` variable. This is the reason why you are getting...

Closing this as this is expected behavior. Feel free to post here if you have any questions.

Hi @hongbin. Thanks for reporting this. We have identified this as a bug and have a PR #19565 open for this. We will keep you posted when it is fixed.

The PR has been merged. You can import from the main branch and validate. This fix will be part of the next release. Feel free to reopen if the issue...

Hi @tanvp112, this is a bug in the file cache mode. We will fix this in our next release. For mitigation, can you please try block cache instead of file...

Yes, file cache is default. This issue is with file cache where local cached directory is not getting renamed. You can use block cache to mitigate this. Let us know...