We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89766e commit 8da0991Copy full SHA for 8da0991
src/AzStorage.jl
@@ -15,7 +15,7 @@ const RETRYABLE_CURL_ERRORS = [
15
56] # Failure with received network data.
16
17
# https://docs.microsoft.com/en-us/rest/api/storageservices/versioning-for-the-azure-storage-services
18
-const API_VERSION = "2020-04-08"
+const API_VERSION = "2021-02-12"
19
20
function __init__()
21
ccall((:curl_init, libAzStorage), Cvoid, (Cint, Cint, Ptr{Clong}, Ptr{Clong}, Cstring),
0 commit comments