-
Notifications
You must be signed in to change notification settings - Fork 156
Minimum required curl version should be updated. #4792
Copy link
Copy link
Labels
Azure.CoreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Metadata
Metadata
Assignees
Labels
Azure.CoreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
We specify the minimum supported version of curl as 7.44 in
azure-sdk-for-cpp/sdk/core/azure-core/CMakeLists.txt
Line 31 in 6c616bd
azure-sdk-for-cpp/sdk/core/azure-core/src/http/curl/curl.cpp
Line 2318 in 6c616bd
CURLOPT_CAINFO_BLOBwhich is not available until 7.77.The minimum version should be updated and tests should use it.