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

**Disabled** - AppendBlobClientTest.DISABLED_AppendBlockFromUriCrc64AccessCondition - PageBlobClientTest.DISABLED_UploadPagesFromUriCrc64AccessCondition Server side bug, fix is only available in EUAP, not yet available in production - DataLakePathClientTest.DISABLED_PaginationDelete This test requires more than 5000 files to be...

Client
Storage
test-enhancement

***Exception or Stack Trace*** Observing the below error while compiling the azure-storage-blobs-12.8.0 ```CMake Error at sdk/core/azure-core-amqp/CMakeLists.txt:33 (find_package): Found package configuration file: /usr/local/cmake/uamqpConfig.cmake but it set uamqp_FOUND to FALSE so package...

bug
question
Azure.Core
Client
customer-reported

Example here: https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam

feature-request
Client
Azure.Identity

Everywhere, where `DefaultAzureCredential` is used in samples (and in readmes), put a paragraph (could be a hyperlink) saying: 1. How to make it work (install azure CLI, set envoronment variables)...

Docs
Client
Azure.Identity
MQ

Original request: > When building on Windows it would be nice to have the ability to specify version info. When an Azure SDK package is built as a shared binary...

feature-request
Client
customer-reported
needs-team-attention

Coming up with a general strategy on how to test all invalid responses _Originally posted by @RickWinter in https://github.com/Azure/azure-sdk-for-cpp/pull/5055#discussion_r1372033101_

Azure.Core
design-discussion
MQ

This might be the one legitimate place to have a coverage exclusion along with a note pointing out the test case that covers the scenario. We should add tooling to...

Azure.Core
test-enhancement
MQ

Tooling needs to be added to block PRs that add public headers which are not in general header. _Originally posted by @RickWinter in https://github.com/Azure/azure-sdk-for-cpp/pull/5068#pullrequestreview-1700427626_

EngSys
MQ

Reading our samples should require as little distracting inner knowledge as possible. Everyone knows `getenv()`. We should use it. We should not use things like `GetEnvHelper`. Pattern should be like...

bug
Azure.Core
MQ

How can I skip the check to avoid this error? > Starting Pipeline Configuration Security Analysis: 2023-11-06T18:14:22.8005361Z Azure Artifacts Configuration Analysis found 837 package configuration files in the repository which...

question
customer-reported
Central-EngSys