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 #5877 # 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...

Azure.Core

There is a couple of assumptions within the ClientCertificateCredential implementation being made: - Assuming there is only one cert in the file (and that is the signing cert). - Assuming...

bug
Azure.Identity

It is important for customers to be able to adopt our specific beta packages, easily, so they can provide valuable feedback on new features, while keeping the rest of the...

EngSys

**Description of Ask:** To have `ClientAssertionCredentialOptions` implement `ISupportsTokenCachePersistenceOptions`. As a consumer of Identity, Azure PowerShell is dependent on the Azure Identity library for .NET. Now the client assertion workflow has...

feature-request
Azure.Identity

# Implement AMQP transport in Rust. ```[tasklist] ### Tasks - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/6035 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/6041 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/6038 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/6039 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/6036 -...

It was disabled here since it wasn't working in VS 2022 (Windows 2022) legs: https://github.com/Azure/azure-sdk-for-cpp/pull/6024 cc @weshaggard, @danieljurek

EngSys

From unrelated PR https://github.com/Azure/azure-sdk-for-cpp/pull/6024 on `ValidateLive Win2019_x86_with_unit_test_winHttp` https://dev.azure.com/azure-sdk/590cfd2a-581c-4dcb-a12e-6568ce786175/_apis/build/builds/4162693/logs/2709 ```text 2024-09-23T21:35:48.9249269Z test 467 2024-09-23T21:35:48.9250192Z Start 467: azure-core-amqp.TestSessions.MultipleSessionBeginEnd 2024-09-23T21:35:48.9250680Z 2024-09-23T21:35:48.9251755Z 467: Test command: D:\a\_work\1\s\build\sdk\core\azure-core-amqp\test\ut\Release\azure-core-amqp-tests.exe "--gtest_filter=TestSessions.MultipleSessionBeginEnd" "--gtest_also_run_disabled_tests" 2024-09-23T21:35:48.9252673Z 467: Working Directory: D:/a/_work/1/s/build/sdk/core/azure-core-amqp/test/ut 2024-09-23T21:35:48.9253442Z...

test-reliability
AMQP

feature-request
Azure.Core
Client
AMQP

`ReadPemCertificate()` already does open the file and read its contents. Can you make it so that x5c gets read as part of that process, instead of opening the file for...

Client
Azure.Identity

From https://github.com/Azure/azure-sdk-for-cpp/pull/5814 On: `ValidateLive Win2022_x86_no_rtti_with_unit_test` https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3971287&view=logs&j=2fc98781-9230-5004-8e4b-444d4f6ce9bd&t=3c1f81d9-4b69-5f1f-44df-3f6e046c3c5e ```text 2024-07-17T23:17:33.0085076Z test 22 2024-07-17T23:17:33.0085916Z Start 22: azure-security-keyvault-keys.KeyVaultKeyClient.DoubleDeleteBeforePollComplete 2024-07-17T23:17:33.0086337Z 2024-07-17T23:17:33.0087453Z 22: Test command: D:\a\_work\1\s\build\sdk\keyvault\azure-security-keyvault-keys\test\ut\Release\azure-security-keyvault-keys-test.exe "--gtest_filter=KeyVaultKeyClient.DoubleDeleteBeforePollComplete" "--gtest_also_run_disabled_tests" 2024-07-17T23:17:33.0089537Z 22: Working Directory: D:/a/_work/1/s/build/sdk/keyvault/azure-security-keyvault-keys/test/ut 2024-07-17T23:17:33.0090340Z 22: Test...

KeyVault
test-reliability