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.
When releasing to vcpkg if the branch name collides with a previously used branch name the resulting vcpkg PR may have conflicts. Possible fixes: * Fail the release if the...
Additional context: https://github.com/Azure/azure-sdk-for-cpp/pull/5613#discussion_r1602172006
**Describe the bug** `TableClient::SubmitTransaction()` with `TransactionStep.Action` set to `InsertReplace` doesn't insert entities. It works fine with action `Add`, or when using `Upsert` method without transaction. **To Reproduce** Steps to reproduce...
`QueryEntitiesPagedResponse::MoveToNextPage()` method in Azure Data Tables C++ SDK doesn't move to next page. The reason is probably a bug in `QueryEntitiesPagedResponse::OnNextPage()` method - `NextPartitionKey` is set to `PartitionKey`. In `QueryEntities()`....
For example, we currently have the following, which exposes implementation detail within docs: https://azuresdkdocs.blob.core.windows.net/$web/cpp/azure-identity/1.5.1/struct_azure_1_1_identity_1_1_client_secret_credential_options.html  We either adjust doxygen knobs to hide that initialization logic in docs, or possibly design...
Telemetry policy to send what C++ language version is used when customers are building with our SDK
It can be done, if the `__cplusplus` would be expanded in .hpp, NOT in .cpp - that would show the value of the macro when our sdk is **consumed**, not...
From @LarryOsterman: > We should never define `NOMINMAX`, instead you should use the `(min)` trick Anton used. > I understand that this is not one of our headers, but we...
Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/8319 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)
Follow-up from https://github.com/Azure/azure-sdk-for-cpp/pull/5584