@@ -18,18 +18,18 @@ macro(GetFolderList project)
1818 elseif (${project} STREQUAL STORAGE_COMMON)
1919 DownloadDepVersion(sdk/core azure-core 1.14.1)
2020 elseif (${project} STREQUAL STORAGE_BLOBS)
21- DownloadDepVersion(sdk/core azure-core 1.13.0 )
22- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8 .0)
21+ DownloadDepVersion(sdk/core azure-core 1.14.1 )
22+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10 .0)
2323 elseif (${project} STREQUAL STORAGE_FILES_DATALAKE)
2424 DownloadDepVersion(sdk/core azure-core 1.13.0)
2525 DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
2626 DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.13.0)
2727 elseif (${project} STREQUAL STORAGE_FILES_SHARES)
2828 DownloadDepVersion(sdk/core azure-core 1.14.1)
29- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.9 .0)
29+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10 .0)
3030 elseif (${project} STREQUAL STORAGE_QUEUES)
31- DownloadDepVersion(sdk/core azure-core 1.13.0 )
32- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8 .0)
31+ DownloadDepVersion(sdk/core azure-core 1.14.1 )
32+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10 .0)
3333 elseif (${project} STREQUAL DATA_TABLES)
3434 DownloadDepVersion(sdk/core azure-core 1.11.3)
3535 elseif (${project} STREQUAL EVENTHUBS)
0 commit comments