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

# [Survey: C++ Libraries Built on Rust](https://www.surveymonkey.com/r/cppdevsurvey-ghi) [Survey link](https://www.surveymonkey.com/r/cppdevsurvey-ghi) Hello Azure SDK for C++ Community, We are continuously striving to improve our libraries and provide the best possible experience for...

design-discussion

We recently introduced `BackupClient` in `azure-security-keyvault-administration`: https://github.com/Azure/azure-sdk-for-cpp/pull/5744 It should accept input urls as `std::string`, instead of `Azure::Core::Url` following the consistent pattern from the rest of the SDK clients. When the...

blocking-release
KeyVault

I don't think it is a bottleneck, we can get to it during an MQ. If it is a single comparison, even a string comparison, it is most likely ok...

feature-request
Azure.Core
design-discussion

C++ compiler static analysis is disabled during pre-check-in CI tests. This means that pull requests can be completed but then fail the nightly verification builds because static analysis is enabled...

test-enhancement

When we originally added key rotation APIs to the Keys library, the feature was only available for Key Vault endpoints but not MHSM, meaning we had to disable tests that...

feature-request
Client
test-enhancement
KeyVault

**Is your feature request related to a problem? Please describe.** Azure Identity support ClientSecretCredential which is used to get token by supplying client secret. This is good for a confidential...

question
customer-reported
needs-team-attention
Azure.Identity

Expand the documentation with samples showing how to build with the beta registry. https://github.com/Azure/azure-sdk-for-cpp/tree/main/samples/integration/beta-packages-vcpkg/

Docs

Update the root `README.md` of the Azure SDK for C++ Attestation library to follow the template in [this issue.](https://github.com/Azure/azure-sdk-pr/issues/1745)

Docs
Client
needs-team-attention
Service Attention
Attestation

Update the root `README.md` of the Azure SDK for C++ Storage Queues library to follow the template in [this issue.](https://github.com/Azure/azure-sdk-pr/issues/1745)

Client
needs-team-attention
Storage
Service Attention