@@ -18,18 +18,18 @@ macro(GetFolderList project)
1818 elseif (${project} STREQUAL STORAGE_COMMON)
1919 DownloadDepVersion(sdk/core azure-core 1.10.3)
2020 elseif (${project} STREQUAL STORAGE_BLOBS)
21- DownloadDepVersion(sdk/core azure-core 1.9.0 )
22- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4 .0)
21+ DownloadDepVersion(sdk/core azure-core 1.10.3 )
22+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5 .0)
2323 elseif (${project} STREQUAL STORAGE_FILES_DATALAKE)
24- DownloadDepVersion(sdk/core azure-core 1.9.0 )
25- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4 .0)
26- DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.9 .0)
24+ DownloadDepVersion(sdk/core azure-core 1.10.3 )
25+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5 .0)
26+ DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.10 .0)
2727 elseif (${project} STREQUAL STORAGE_FILES_SHARES)
28- DownloadDepVersion(sdk/core azure-core 1.9.0 )
29- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4 .0)
28+ DownloadDepVersion(sdk/core azure-core 1.10.3 )
29+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5 .0)
3030 elseif (${project} STREQUAL STORAGE_QUEUES)
31- DownloadDepVersion(sdk/core azure-core 1.9.0 )
32- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4 .0)
31+ DownloadDepVersion(sdk/core azure-core 1.10.3 )
32+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5 .0)
3333 elseif (${project} STREQUAL EVENTHUBS)
3434 DownloadDepVersion(sdk/core azure-core 1.10.1)
3535 DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
0 commit comments