Skip to content

Commit 1b9f9b8

Browse files
authored
Merge pull request #30 from ChevronETC/msapibump
bump MS API version
2 parents 5da3dfe + 8da0991 commit 1b9f9b8

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
@@ -16,7 +16,7 @@ const RETRYABLE_CURL_ERRORS = [
1616
56] # Failure with received network data.
1717

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

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

0 commit comments

Comments
 (0)