Skip to content

Commit 8da0991

Browse files
committed
bump MS API version
1 parent a89766e commit 8da0991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzStorage.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const RETRYABLE_CURL_ERRORS = [
1515
56] # Failure with received network data.
1616

1717
# https://docs.microsoft.com/en-us/rest/api/storageservices/versioning-for-the-azure-storage-services
18-
const API_VERSION = "2020-04-08"
18+
const API_VERSION = "2021-02-12"
1919

2020
function __init__()
2121
ccall((:curl_init, libAzStorage), Cvoid, (Cint, Cint, Ptr{Clong}, Ptr{Clong}, Cstring),

0 commit comments

Comments
 (0)