Open tomswedlund opened 3 years ago
/azp run
/azp run
Hi Jinming,
Sorry for the build break, I swear I built this locally. But this brings up a different issue. Should the conditional that I removed actually be removed, or should we be passing false to the function in case an account SAS is being used? Looks like "require_signed_resource" is only set to true in two places:
Should one of these (or both) be set to false instead?
Tom
@tomswedlund Hi, thanks for your contribution. I believe the CI failure has nothing to do with the change in this PR. I'm gonna take some time to fix Azure pipelines.
HI Jinming,
I see a build failure with the following error: microsoft.windowsazure.storage\src\shared_access_signature.cpp(85,0): Error C4100: 'require_signed_resource': unreferenced formal parameter
Looks like the 'require_signed_resource' function param is no longer being used because of my change, and hence the error. Should this parameter be removed altogether? Or should we passing 'false' in the two places I mentioned in my last comment?
Thanks, Tom
Addressing the following bug: https://github.com/Azure/azure-storage-cpp/issues/383