Skip to content

Commit

Permalink
bump MS API version
Browse files Browse the repository at this point in the history
  • Loading branch information
samtkaplan committed Jan 6, 2022
1 parent a89766e commit 8da0991
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 @@ -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),
Expand Down

0 comments on commit 8da0991

Please sign in to comment.