azure-sdk-for-cpp icon indicating copy to clipboard operation
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.

Results 406 azure-sdk-for-cpp issues
Sort by recently updated
recently updated
newest added

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...

pillar-performance
Storage

Work Remaining - [x] Pipeline – 1 per language * service -- storage first [[1 week]] – requires automation changes to support CPP - [ ] Pipiline for keyvault –...

feature-request
Azure.Core
Client
pillar-performance

feature-request
Azure.Core
Client
pillar-performance

.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...

feature-request
Azure.Core
Client

**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...

feature-request
Azure.Core
Client
design-discussion

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):...

bug
EngSys
Central-EngSys

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...

bug
Client
EngSys

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.

feature-request
Client
Azure.Identity

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...

bug
Azure.Core
Client

feature-request
Client
KeyVault