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.
# Pull Request Checklist Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:...
I found that when I compile with vs2017 there will be many errors. like ``` \sdk\identity\azure-identity\src\azure_cli_credential.cpp(80): error C2653: 'Core': is not a class or namespace name \sdk\identity\azure-identity\src\client_certificate_credential.cpp(465): error C2061: syntax...
Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/8119 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) GEARAMA : Fixes for keyvault, removed all local sanitizers in favor of using the centralized ones.
Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/8157 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)
Hello, I am using the azure SDK for cpp in a multiprocessing context where in the main process as an initial step I am sending a couple of requests through...
`Validate Win2022_Win32Api_release_curl_x86` I don't see any logs marked as "error" or "failed" so it isn't clear what went wrong here without deciphering each logged step. This is logged as an...
Fixes https://github.com/Azure/azure-sdk-for-cpp/issues/5538 First introduced here: https://github.com/Azure/azure-sdk-for-cpp/pull/3923
This symbol was added in version 7.8 but later deprecated in version 7.17.1: https://curl.se/changes.html#7_17_1 This current implementation of the `CurlConnection` ctor needs to be looked into further. Particularly, this code...
Fix https://github.com/Azure/azure-sdk-for-cpp/issues/5533 It's easiest to review the actual changes in the PR without whitespaces: https://github.com/Azure/azure-sdk-for-cpp/pull/5537/files?diff=split&w=1