Skip to content

Commit

Permalink
Merge pull request #30 from ChevronETC/msapibump
Browse files Browse the repository at this point in the history
bump MS API version
  • Loading branch information
samtkaplan authored Jan 22, 2022
2 parents 5da3dfe + 8da0991 commit 1b9f9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzStorage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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),
Expand Down

0 comments on commit 1b9f9b8

Please sign in to comment.