JinmingHu
JinmingHu
# Pull Request Checklist Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:...
The default receive timeout for WinHTTP connections is 30 seconds. Storage service usually takes longer than that to respond to Query requests. As a result, client usually needs to retry...
We got a feature request from one of our customers. Basically they're using token credential for authorization and they need different client options (like retry options) for different kind of...
Blobs: - STG81 (2021-04-10) - [ ] Identity-based Import-Export for Managed Disks - STG78 (2020-10-02) - [x] OAuth support for sync copy ({Copy,StageBlock,AppendBlock,UploadPages}FromUri) - STG 76 (2020-06-12) - [x] Batch...
Internal components and functionalities: - [x] Blob Virtual Directory - Done by @Jinming-Hu in #3618 - [x] Job Engine - [x] Job plan file format - Done by @Jinming-Hu in...
Common: - [ ] Add some basic tests for the simplified storage header that customers use as a sanity check. https://github.com/Azure/azure-sdk-for-cpp/issues/976 - [ ] Enable tests after storage server fixes...
cSpell complains about word `stoul`, which is a function in C++ standard library https://en.cppreference.com/w/cpp/string/basic_string/stoul. We could use cSpell directive to disable this warning, but that is less ideal. https://dev.azure.com/azure-sdk/public/_build/results?buildId=1649730&view=logs&jobId=898e4637-1718-5730-45ee-bcd3f73a618c&j=a129effc-2dd1-54d1-fb5a-ad7bdc0e851d&t=ccad100f-2904-5913-2083-c525ad929a03
**Is your feature request related to a problem? Please describe.** There's an issue in FE some time back that casued FE machines to go down. It was due to high...
mirror of https://github.com/Azure/azure-sdk-for-cpp/issues/2260