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

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...

Central-EngSys

Additional context: https://github.com/Azure/azure-sdk-for-cpp/pull/5613#discussion_r1602172006

feature-request
Azure.Core

**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...

question
Client
customer-reported
needs-team-attention
Tables

`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()`....

question
Client
customer-reported
needs-team-attention
Tables

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 ![image](https://github.com/Azure/azure-sdk-for-cpp/assets/6527137/6e733f6f-3a37-4b9b-936a-2bdba4759292) We either adjust doxygen knobs to hide that initialization logic in docs, or possibly design...

Docs

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...

Azure.Core
Client
needs-team-attention

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...

needs-design

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)

EngSys
Central-EngSys

Follow-up from https://github.com/Azure/azure-sdk-for-cpp/pull/5584

Azure.Core