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

closes #5618 # Pull Request Checklist Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be...

Tables

closes #5617 # Pull Request Checklist Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be...

Tables

Fixes [#5483](https://github.com/Azure/azure-sdk-for-cpp/issues/5483)

Investigating https://github.com/Azure/azure-sdk-for-cpp/issues/5342 Reference: https://cmake.org/cmake/help/latest/module/GoogleTest.html#command:gtest_discover_tests

Azure.Core
test-reliability
AMQP

@scottaddie: "Wow the order of credentials was determined in the C++ DefaultAzureCredential. We typically put the dev tool credentials at the very end of the chain. We see Managed Identity...

bug
Client
Azure.Identity

Other languages like .NET and GoLang have this credential. We can start with this being private implementation detail of `WIC` and turn it to be public once there is a...

feature-request
Client
Azure.Identity

**Query/Question** Getting issue Error C2556 'int64_t *Azure::Nullable::operator ->(void) const': overloaded function differs only by return type from 'const int64_t *Azure::Nullable::operator ->(void) const' (compiling source file login.cpp) in file nullable.hpp while...

question
Azure.Core
Client
customer-reported
needs-author-feedback

Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/8294 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

EngSys
Central-EngSys

**Is your feature request related to a problem? Please describe.** In general, `-DCMAKE_UNITY_BUILD=ON` may reduce build time. See the following documents for unity build: * https://cmake.org/cmake/help/latest/variable/CMAKE_UNITY_BUILD.html * https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html If I...

bug
Client
customer-reported
EngSys
needs-team-triage