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

If there are any docs having this for other language SDKs, C++ sample should be included there as well. If there are docs.microsoft.com that use Azure SDK in their samples,...

bug
Docs
Client
MQ

It looks like the triggers for the identity perf pipeline need to be fixed. They are being triggered on unrelated changes to core. We don't expect this identity perf pipeline...

EngSys
pillar-performance
Azure.Identity

I saw `azure-core-amqp.TestCbs.CbsOpenAndPutError (SEGFAULT)` on `Ubuntu22_included_coverage` ``` 2023-12-19T19:30:27.1323916Z test 560 2023-12-19T19:30:27.1324916Z Start 560: azure-core-amqp.TestCbs.CbsOpenAndPutError 2023-12-19T19:30:27.1325279Z 2023-12-19T19:30:27.1326424Z 560: Test command: /mnt/vss/_work/1/s/build/sdk/core/azure-core-amqp/test/ut/azure-core-amqp-tests "--gtest_filter=TestCbs.CbsOpenAndPutError" "--gtest_also_run_disabled_tests" 2023-12-19T19:30:27.1327523Z 560: Working Directory: /mnt/vss/_work/1/s/build/sdk/core/azure-core-amqp/test/ut 2023-12-19T19:30:27.1328086Z 560: Test...

bug
Azure.Core
Client
AMQP

This should work: https://stackoverflow.com/questions/6371775/how-to-load-a-pkcs12-file-in-openssl-programmatically This is apart from using windows crypto stack on Windows (#4084) - even on Linux you should be able to use .pfx certificate.

feature-request
Client
Azure.Identity

**Intro:** Proof of Possession is intended to ensure that the client that requests a token is the only client that can use the token. This is accomplished by the client...

feature-request
Client
Azure.Identity

We currently build very specific folders in CI whenever there is a PR with changes to Azure::Core. Also, we do not **run** all the unit tests for all packages whenever...

design-discussion

`ValidateLive macOS11_x64_with_unit_test` on the `cmake build All` step I haven't seen this error before. See this pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3568328&view=logs&j=0b4ae674-23f0-5be3-3a11-4f7e6b781b14&t=92c7e02b-9fdc-589d-e37c-512ba0d3e2f4 ```text ========================== Starting Command Output =========================== /usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command...

EngSys
Central-EngSys

This PR being green in CI highlights a test gap: https://github.com/Azure/azure-sdk-for-cpp/pull/5420 These functions are **indirectly** covered by _some_ tests in Attestation, but we shouldn't be relying on them solely, as...

Azure.Core
Client
test-enhancement

See the following: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3569785&view=logs&j=cf190778-6463-53b7-8403-1b11d749bb88&t=8df7dc72-aaf4-5a02-38f9-efaf86efd0b7 The following pipeline failed on the step above (`cmake build All`) due to some build issue unrelated to vcpkg. Therefore, there was no `vcpkg-bootstrap.log` file generated....

bug
EngSys

https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3567886&view=logs&j=42ded549-05ee-5cdb-7ba7-7a948a0cc056&t=49e32a0b-4245-531b-0723-9d45113ffbd3&l=1584 > Azure.Sdk.Tools.PerfAutomation.ProcessResultException: Command '/mnt/vss/_work/1/s/build/sdk/keyvault/azure-security-keyvault-secrets/test/perf/azure-security-keyvault-secrets-perf GetSecret --parallel 4 --sync' failed with exit code 134 ```text 2024-03-07T10:18:20.2867568Z === Test Setup === 2024-03-07T10:18:20.2867775Z 2024-03-07T10:18:20.2868186Z Standard Error: 2024-03-07T10:18:20.2868990Z terminate called after throwing an...

pillar-performance
KeyVault