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

It is possible to write a test helper that checks for the type to have copy constructor, move constructor, and so on. Then, for each type, we can have one...

good first issue
EngSys
test-enhancement

**Is your feature request related to a problem? Please describe.** Azure App Configuration works great in ASP.NET Core applications. It would be good if we could use it in C++...

feature-request
Client
customer-reported
App Configuration
auto-close-exempt

feature-request
Client
KeyVault

Add Event Hubs SDK ```[tasklist] ### Produce an Event Hub SDK - [x] Setup Pipeline - [x] Examples - [x] Stress - [x] Perf - [ ] Add tests to...

feature-request
Client
Event Hubs

AMQP support in Azure::Core ```[tasklist] - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/4502 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/4503 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/4504 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/4510 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/4549 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/4551 -...

feature-request
Azure.Core
Client
AMQP
auto-close-exempt

Hi @kyle-patterson, I am working on Managed Identity Credential for C++. It would allow customers to authorize in AppService, CloudShell, Azure Arc, and via using IMDS. That’s what other SDKs...

feature-request
Client
Azure.Identity

This is the first time we have seen this error during the `cmake build` step as part of a release. For now, I would consider this low priority and not...

bug
Client
EngSys
MQ

The scope is calculated solely from the user-provided `vaultUrl` as shown below: https://github.com/Azure/azure-sdk-for-cpp/blob/9b29538f8a608d185186eff35a16ebfccad9672b/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_shared.hpp#L27-L44 This may not always work across clouds. Instead, if you lack a bearer token you should send...

feature-request
Client
KeyVault

A recent change to the windows-2019 image is setting `VCPKG_ROOT` (other images are also setting `VCPKG_ROOT`) which causes the build to pick up vcpkg at the version baked into the...

bug
EngSys
Central-EngSys