azure-sdk-for-cpp
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.
**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...
***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...
Example here: https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam
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)...
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...
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_
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...
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_
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...
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...