From dece3337520a06bd50c82bf1070b66e45fdd9ebe Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 11 Jan 2024 11:23:35 -0800 Subject: [PATCH] Add a remark in CAInfo doc comment mentioning it is Linux only. (#5248) --- sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp b/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp index 3cb14c3f1..e02bd6491 100644 --- a/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp @@ -120,6 +120,8 @@ namespace Azure { namespace Core { namespace Http { * @remark The default is the built-in system specific path. More about this option: * https://curl.se/libcurl/c/CURLOPT_CAINFO.html * + * @remark This option is known to only work on Linux and might throw if set on other platforms. + * */ std::string CAInfo;