SamarthMayya

Results 6 comments of SamarthMayya

Is a C++ solution accepted? In that case, I can surely work on such an issue

Hello @bgavrilMS, is this in any way related to the client credential flow of MSAL not being optimized to lookup the in-memory cache in O(1) time? I saw that in...

@blueww Once the PR is raised for these changes, is it possible to have another release branch, and hence another npm release separately for this? Basically we wanted a way...

I'm facing the same issue too. In my case, I faced this issue with HTTPS setup of Azurite. (creating and installing self-signed certificates using openssl). Below are the debug logs...

> Hi @SamarthMayya , > > I think your issue is because it doesn't have write permission for destination. Your destination SAS token only has `rc` but copy operation would...

https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob?tabs=shared-access-signatures#account-sas According to this link, for `Copy Blob` operation, `Write` permission isn't necessary: If we want to copy to a new destination blob, `Create` should be enough.