EmmaZhu-MSFT

Results 75 comments of EmmaZhu-MSFT

Hi @diberry , The permission in JS is defined as a class instead of an enum type, parsing from a string to create a permission object is recommended. Thanks Emma

@diberry Yes, we'd recommend to input the permission with code like: `permissions: AccountSASPermissions.parse("rwdlacupi")`

@diberry , anymore questions, please feel free to active the issue.

@jeremymeng After recording, I'll run the call test cases again with playback mode. Are there any further actions needed to make sure the recording is correct? Thanks Emma

Hi @ramya-rao-a , Thanks a lot for helping assign the issue to me. This should be able to be fixed in SDK. Thanks Emma

There are some test failures due to record session not match. I'll update these test cases, then we can merge the PR.

@mwiedemeyer Seems browser cases failed due to outdated record session. Could you take this PR https://github.com/mwiedemeyer/azure-sdk-for-js/pull/2? Apologize for the inconvenience.

Hi @kotewar , I'm trying to get a reproduce with purely calling download interface within @azure/storage-blob. At the meantime, could you share how to use @actions/cache to trigger downloading from...

@djaglowski , I don't know which section of your work flow would need to download with the storage SDK, thus I cannot find needed log from it. @kotewar , Thanks...