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

This enables authenticating an account other than the CLI's configured default. Pass the value to the CLI with `--subscription`, quoting it because it may contain spaces. See Azure/azure-sdk-for-go/pull/21962 for an...

Client
Azure.Identity

If we really need to keep it, move the `#pragma once` after the license header https://github.com/Azure/azure-sdk-for-cpp/blob/22c52996f34099af7e1ef871cef45da29bc39c13/sdk/tables/azure-data-tables/test/ut/serializers_test.hpp#L1-L13

Tables

- Goal here is to generate the libraries from TSPs while we want to maintain surface area. - Cmake should have 2 parts the global functinality (download/generate in global cmake,...

KeyVault

We currently have types in headers that are in the `_detail` namespace which contain sub-namespaces like `Cryptography`. https://github.com/Azure/azure-sdk-for-cpp/blob/0e699e4c7a39078daba7d902f9ee9b5b98b1b5cf/sdk/tables/azure-data-tables/inc/azure/data/tables/internal/cryptography/url_encode.hpp#L12 The existing precedence in the SDK is that `_detail`/`_internal` is the last...

Tables

We build the source and share the dll in our service. We are trying to delay load azure-core, but we got exception: LINK : fatal error LNK1194: cannot delay-load 'azure-core.dll'...

question
Azure.Core
customer-reported