-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download of older version of ADS doesn't work. I always get latest release. #25735
Comments
We recently made changes to our download/upgrade process to simplify our custom infrastructure as part of on-going security improvements. We now are using the Microsoft Download Center to host our builds going forward. A side-effect of this is that the links using the update server to download older builds no longer work correctly. These builds can still be accessed directly from the BLOB storage location. For example, for the 1.47.0 build you can use the following links.
These same links can be used for other builds by replacing |
I'll close this based on previous comment. Please let us know if there's anything else for this. |
@kburtram Is there any way to get a direct download link for versions that use the new Microsoft Download Center which are not the latest version? I could not manage to pin a specific version ( I ran into this issue when installing Azuredatastudio via the Nix package manager, here is a PR which describes and 'solves' the problem, but this PR is already broken again because in the meantime another update has come out so the |
Welp @kburtram your method is giving 404 links on From the method above and info attached (git commit hash) I derived the link: > wget https://sqlopsbuilds.blob.core.windows.net/stable/2f696aa95a13ccabd7e0a4431d1d759e3a7b8cfd/azuredatastudio-linux-1.49.1.tar.gz -O azuredatastudio-1.49.1.tar.gz
--2024-08-18 15:04:57-- https://sqlopsbuilds.blob.core.windows.net/stable/2f696aa95a13ccabd7e0a4431d1d759e3a7b8cfd/azuredatastudio-linux-1.49.1.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving sqlopsbuilds.blob.core.windows.net (sqlopsbuilds.blob.core.windows.net)... 20.60.81.165
Connecting to sqlopsbuilds.blob.core.windows.net (sqlopsbuilds.blob.core.windows.net)|20.60.81.165|:443... connected.
HTTP request sent, awaiting response... 404 The specified blob does not exist.
2024-08-18 15:04:57 ERROR 404: The specified blob does not exist..
<Error>
<Code>BlobNotFound</Code>
<Message>The specified blob does not exist. RequestId:a54e93e5-601e-005b-016f-f15c5b000000 Time:2024-08-18T13:08:24.6890139Z</Message>
</Error>
|
@gaelj we are no longer using the Azure BLOB storage for new releases starting from 1.49.0. We switch to Microsoft Download Center for media distribution as part of an upgrade to our auto-update infrastructure. @caohai could you please post the direct URLs for the 1.49.0 release here for reference? Going forward, we should consider adding these links into the release notes posted here. |
@gaelj @Rutgerdj For version <= 1.48.0, please follow: #25735 (comment) I'm also pasting the direct links here in case anyone needs them, but I'd suggest using the links in the release page if possible.
1.49.1
|
Hi there,
I need for some reasons, to download and install an older version of A.D.S.
In your page https://github.com/Microsoft/azuredatastudio/releases, I'm not able to download, e.g. release 1.47.0, because when I click to download links (and it reports correctly as https://go.microsoft.com/fwlink/?linkid=2251733), I get latest version though (as of writing: 1.48.1).
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered: