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.
# [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...
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...
Add more "`if (this == &other) { return true; }`" to `operator==()` implementations across the SDK.
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...
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...
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...
**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...
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/
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)
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)