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.
**Describe the bug** I don't necessarily model this as a bug. This did affect my ability to build a project that had azure as a Third Party Dependency (https://github.com/apache/arrow/issues/39384), and...
**Is your feature request related to a problem? Please describe.** I need to know the URL of the `BlobLeaseClient` to produce good error message from my utility functions. For convenience,...
Packages that depend on a beta version of core cannot ship a GA. Once core GA's, we should update the dependencies to that GA'd version (specifically for Identity and KeyVault...
With [this change](https://github.com/Azure/azure-sdk-for-cpp/pull/5390), we need to bump our dependencies on core for packages that take a dependency on `test_hooks.hpp`. `1.12.0-beta.1` of Core hasn't yet shipped, but is planned for this...
Put the version number as 99.99.999 so that the developers don't try to increment it manually. Drop unnecessary fields. Put an `$comment` indicating that the file is a manifest-mode file...
This is the first time I have observed this but logging it for tracking to drive reliability up. From this PR https://github.com/Azure/azure-sdk-for-cpp/pull/5389: Leg `CMakeSourceGenerate Mac`, Step `Agent Pool Validation` https://dev.azure.com/azure-sdk/public/_build/results?buildId=3545400&view=logs&j=0e8a4fef-2e3d-5eed-ec7c-86f1a97aad2d&t=ebc0fd51-899e-5574-68b4-71745560b0d4&l=9...
We currently exclude `az_` and `AZ_` We should consider excluding `azure_` and `AZURE_` as well. https://github.com/Azure/azure-sdk-for-cpp/blob/61f5ce00c2908d9017b2ad3e7891ced99fe67de0/cmake-modules/AzureDoxygen.cmake#L44-L47 From conversations with @antkmsft, he brought up an interesting point that we use the...
We should provide clear, step-by-step guidance here for users who want to consume beta bits. The readme here incorrectly mentions updating the `AzureVcpkg.cmake` file. https://github.com/Azure/azure-sdk-for-cpp/blob/be478542fba6091385afb2c1791eafcecf8b1ad7/README.md#getting-beta-releases-in-vcpkg The steps in the root...
In particular, this sample is out-of-date from before we GA'd `Azure::Core`. The type is not called `Pageable` but rather `PagedResponse`. https://github.com/Azure/azure-sdk-for-cpp/blob/d4b225c138049fa39b8ca1e41d36a37b0f53343b/sdk/keyvault/azure-security-keyvault-keys/README.md?plain=1#L318 @LarryOsterman, here's another example where the snippet compilation effort...
**Is your feature request related to a problem? Please describe.** Currently, the C++ SDK's libCURL implementation is a hand written HTTP implementation - libCURL is used in "transport-only" mode, which...