azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
# 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:...
**Query/Question** How do I undo "uncommitted blocks"? meaning to clear the uncommitted block and start from scratch? The only workaround I can think of is to delete the blob in...
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...
The Azure downloads page needs "Get the SDK" and "Documentation" links for C++ and C. https://azure.microsoft.com/en-us/downloads/
* Use `Agent.OS` [environment variable](https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml) to detect OS * Run command to get toolchain versions (output normalization will likely be required) (e.g. `clang --version`)... or inspect output/variables from `cmake generate`...
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...