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 came up wuring cutomer study. A customer could not write `cout

feature-request
Azure.Core

This came up during a customer study, when customer could not print key vault secret, because he would need to write something like `cout

feature-request
Azure.Core

@LarryOsterman: "Does it make sense to put these into the changelog directly? That way we don't have to constantly update the cspell.json file for every contributor. Something like is done...

bug
Azure.Core
Client

There are some open source implementations that would enable optional without the need to be C++17. This is an interesting read.   [Functional exception-less error handling with C++23's optional and expected...

feature-request
Azure.Core
Client

The test is failing on an [unrelated PR](https://github.com/Azure/azure-sdk-for-cpp/pull/5139) with a timeout, both on x86 and x64 > Request error. Error Code: 12002: The operation timed out `Win2022_Win32Api_debug_tests_winhttp_x86` https://dev.azure.com/azure-sdk/public/_build/results?buildId=3246625&view=logs&j=85bfc3e6-dd05-5f88-257f-550486204084&t=744927fc-7997-531b-7e25-698f166ee20f ```text 2023-11-09T01:28:00.1647384Z...

Azure.Core
test-enhancement

Find out all the deprecated things in our SDK and try using `@deprecated` attribute, see if it looks good. Currently, at least for `ApplicationContext`, we've done deprecated via `@note`, and...

Docs

**Describe the bug** Unhandled exception thrown: read access violation. _Right_scary->_Myhead was 0x1. ***Exception or Stack Trace*** ``` template void _Copy(const _Tree& _Right) { // copy or move entire tree from...

question
Client
customer-reported
needs-team-attention
Storage
Service Attention

See https://github.com/Azure/azure-sdk-for-cpp/pull/5085#discussion_r1376602678

test-enhancement
Azure.Identity

Technically it seems to be a variation of Azure CLI Credential - just executing different commands, so should be easy to do. See also #4478.

feature-request
Client
Azure.Identity