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

This is the first time we are seeing this test fail, so doesn't warrant adding retries yet. Filing an issue for tracking and to ref count, in case we see...

Azure.Core
test-reliability

Here’s my strawman proposal for the env var we’d add support for, which I am leaning towards: `AZURE_IMDS_CUSTOM_AUTHORITY_HOST` Here are trade-offs with this name. **Pro:** - Reflects more accurately what...

Azure.Identity

Other language SDKs (such as Java/.NET/GoLang) have the ability to pass in the `ResourceIdentifier` parameter to the `ManagedIdentityCredential` ctor. https://github.com/Azure/azure-sdk-for-net/blob/790d2faf82ae49e37d829ef53bfa92695037a377/sdk/identity/Azure.Identity/api/Azure.Identity.netstandard2.0.cs#L317 Add a similar capability for C++.

feature-request
Client
Azure.Identity

I think we can make a simple fix to make it so that if the clang-format fails, it would not only list the files where it failed, but would also...

needs-triage

# Disabled a number of attestation tests and re-recorded existing tests Almost all of the attestation service responses are in the form of JSON Web Tokens. While there are no...

Attestation

There's a number of times that we have code for it repeated in our code base. And since we're C++14, that is not a single call, but 3-4 lines instead....

feature-request
Azure.Core
Client

Closes #5661. This PR is not ready. We will need to make sure that the preprocessor part is not being generated by the SDK clients in .cpp files.

Azure.Core

Run all pipelines for the following steps. - [X] 1. update GetTestCredentials method to use chained creds with pipeline first and default second ![image](https://github.com/Azure/azure-sdk-for-cpp/assets/50641385/1bf981bf-9879-477c-8d21-4780f6f46580) - [X] 2. update the creds...

Azure.Core
Storage
Azure.Identity
KeyVault
Event Hubs
Tables

`std::inserter` is defined in ``. libcxx 16 no longer includes this header transitively, therefore add it explicitly.

Azure.Core
customer-reported
Community Contribution

**Context:** A, potentially implicit, design goal of our DefaultAzureCredential (and by extension ChainedTokenCredential) is to allow the end user to construct one without hitting exceptions, as part of a “good”...

needs-triage
Azure.Identity