We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c62b6 + b29dbe7 commit 79b892bCopy full SHA for 79b892b
src/AzStorage.jl
@@ -20,7 +20,7 @@ const RETRYABLE_CURL_ERRORS = [
20
56] # Failure with received network data.
21
22
# https://docs.microsoft.com/en-us/rest/api/storageservices/versioning-for-the-azure-storage-services
23
-const API_VERSION = "2021-08-06"
+const API_VERSION = "2025-07-05"
24
25
# buffer size for holding OAuth2 tokens
26
const BUFFER_SIZE = unsafe_load(cglobal((:BUFFER_SIZE, libAzStorage), Int32))
0 commit comments