microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Unable to download old version (1.47.1) from GitHub release page #25934

Open cquresphere opened 1 month ago

cquresphere commented 1 month ago

Steps to Reproduce:

  1. Go to Github page https://github.com/microsoft/azuredatastudio/releases
  2. download from link: https://go.microsoft.com/fwlink/?linkid=2251733 image
  3. Starts downloading the latest version instead of the one I asked for/clicked the link.

Does this issue occur when all extensions are disabled?: Always

kburtram commented 1 month ago

This looks like the same issue discussed in https://github.com/microsoft/azuredatastudio/issues/25735. This is a side-effect of changes we needed to make to update server. @caohai maybe we should update the most recent previous releases to have direct links to the download bits published there?

Here are the links for 1.47.1.

Windows
 x64 User https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-windows-user-setup-1.47.1.exe
 x64 System - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-windows-setup-1.47.1.exe
 x64 ZIP - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-windows-1.47.1.zip
 arm64 User - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-windows-arm64-user-setup-1.47.1.exe
 arm64 System - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-windows-arm64-setup-1.47.1.exe
 arm64 ZIP - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-windows-arm64-1.47.1.zip

MacOS
 Universal - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-macos-universal-1.47.1.zip
 arm64 - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-macos-arm64-1.47.1.zip
 x64 - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-macos-1.47.1.zip

Linux
 TAR.GZ - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-linux-1.47.1.tar.gz
 RPM - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-linux-1.47.1.rpm
 DEB - https://sqlopsbuilds.blob.core.windows.net/stable/b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e/azuredatastudio-linux-1.47.1.deb
cquresphere commented 1 month ago

Thank you!