Skip to content

Commit b29dbe7

Browse files
committed
bump azure sdk version
1 parent bc00ae4 commit b29dbe7

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)