From 8da09914d31fa86ca1c95a7571599a3e8b7c1ccc Mon Sep 17 00:00:00 2001 From: samkaplan Date: Thu, 6 Jan 2022 15:32:47 +0000 Subject: [PATCH] bump MS API version --- src/AzStorage.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AzStorage.jl b/src/AzStorage.jl index 81c6f72..a77ea66 100644 --- a/src/AzStorage.jl +++ b/src/AzStorage.jl @@ -15,7 +15,7 @@ const RETRYABLE_CURL_ERRORS = [ 56] # Failure with received network data. # https://docs.microsoft.com/en-us/rest/api/storageservices/versioning-for-the-azure-storage-services -const API_VERSION = "2020-04-08" +const API_VERSION = "2021-02-12" function __init__() ccall((:curl_init, libAzStorage), Cvoid, (Cint, Cint, Ptr{Clong}, Ptr{Clong}, Cstring),