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.
A primary blob perf test is to upload/download 1GB blobs with parallel=8. This works in .NET, Java, JS, and Python because they upload/download from/to streams, which can be implemented to...
Work Remaining - [x] Pipeline – 1 per language * service -- storage first [[1 week]] – requires automation changes to support CPP - [ ] Pipiline for keyvault –...
.NET supports it, Java does not. Do we want to have it? Also, we may want to check, if .NET supports it only for HTTP headers, or for the query...
**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...
Originally done here -- https://github.com/Azure/azure-sdk-for-cpp/pull/3621/files We'll need to fix issues in Dockerfiles to avoid warnings. Work with @danieljurek if you have questions. Guidance is here (in short parameterize the Dockerfile):...
We have a set of files that are used for releasing packages, and another one is for opening SDK project in vcpkg manifest mode. This may be confusing sometimes. Especially...
Multi-tenant auth is a superset of BearerTokenAuth: for some 401s we would get we can handle the multi-tenant auth by parsing `WWW-Authenticate`, and reauthenticate. Azure supports it.
SDK authors start with the template client and might incorrectly assume we want a ClientVersion() method. This is not what we want for SDKs, and hence the template client needs...