Skip to content

Commit 79b892b

Browse files
authored
Merge pull request #86 from ChevronETC/sdkversion
bump azure sdk version
2 parents 50c62b6 + b29dbe7 commit 79b892b

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

2222
# https://docs.microsoft.com/en-us/rest/api/storageservices/versioning-for-the-azure-storage-services
23-
const API_VERSION = "2021-08-06"
23+
const API_VERSION = "2025-07-05"
2424

2525
# buffer size for holding OAuth2 tokens
2626
const BUFFER_SIZE = unsafe_load(cglobal((:BUFFER_SIZE, libAzStorage), Int32))

0 commit comments

Comments
 (0)