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.
Support [distributed tracing](https://azure.github.io/azure-sdk/general_implementation.html) with OpenTelemetry in C++ REST-based SDKs.
A list of Conceptual Docs to create and publish to learn. ```[tasklist] ### Conceptual Docs - [ ] How to add a custom transport w/ samples - [ ] Passwordless...
**Describe the bug** I followed the `README.md` to include `azure-sdk-for-cpp` in my project, but the configuring step fails. First I used the `FetchContent` approach to skip any `vcpkg`. I created...
Related to .Net request: https://github.com/Azure/azure-sdk-for-net/issues/18614
there are 3 tests marked as LIVEONLY in attestation. due to the overcomplicated complexity of the tests i could not find the actual body of the test. thus i had...
This is an uber-issue to track C++ tracing work necessary to GA otel plugin. ```[tasklist] ### [Ge] Tasks - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/5162 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/5163 ``` Sub-tasks: - [...
If wanted you can add the functionality to auto start test proxy for the rest tests suites in attestation. I couldn't figure out where the base classes are, the only...
**Question:** Is it possible to define a proxy as equivalent to the following .NET API snippet? var producerOptions = new EventHubProducerClientOptions(); producerOptions.ConnectionOptions.TransportType = EventHubsTransportType.AmqpWebSockets; producerOptions.ConnectionOptions.Proxy = new WebProxy("http://127.0.0.1:3128"); **Setup (please...
After discussion with the Key Vault and Managed HSM teams on Secure Key Release, we have arrived at the following changes for SKR models to be done in the SDK...
**Query/Question** I am receiving errors attempting to access a Service Bus Queue using the C++ SDK. I would like someone to review the below and tell me if what I...