We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc00ae4 commit b29dbe7Copy full SHA for b29dbe7
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