Skip to content

Draft: Implement new Azure provider using Azure SDK for C++

Duo Chen requested to merge slb/al/azure-sdk-for-cpp into master

implement new Azure provider using Azure SDK for C++. tested with unit test, functional test and performance test.

force linking without underfined symbols, fix centos/static/pic build, fix linking rules of azure-new provider

centos 7 static-pic docker file with azure-sdk-for-cpp with hardcoded known commit (+ crow and cpr for testing ) remove windows style CLRLF \r\n for just a \n linefeed only in AzureStorageNew.{cc,h} fix use of outdated Azure::Nullable Value(), functions for known azure-sdk-for-cpp commit annotate some of what I need done on azure api calls before this code is remotely unacceptable.

Edited by Duo Chen

Merge request reports