From 9762d7760ef145ab6f82e06aaa2a028540775890 Mon Sep 17 00:00:00 2001 From: YusufKhalifadev Date: Fri, 1 May 2026 14:03:25 +0300 Subject: [PATCH] azuredatastudio: Remove version 1.52.0 due to deprecation This PR removes azuredatastudio as it was retired by Microsoft in here --- bucket/azuredatastudio.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 bucket/azuredatastudio.json diff --git a/bucket/azuredatastudio.json b/bucket/azuredatastudio.json deleted file mode 100644 index e215a4511e5a84..00000000000000 --- a/bucket/azuredatastudio.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "version": "1.52.0", - "description": "Data management tool that enables work with SQL Server, Azure SQL DB and SQL DW.", - "homepage": "https://docs.microsoft.com/en-us/sql/azure-data-studio", - "license": "MIT", - "architecture": { - "64bit": { - "url": "https://azuredatastudio-update.azurewebsites.net/1.52.0/win32-x64-archive/stable#/dl.7z", - "hash": "fd30a8cff62121544df5d2d4b893a1a075a3bf8b8f24f7930d582c42b8d91ffb" - } - }, - "bin": "bin\\azuredatastudio.cmd", - "shortcuts": [ - [ - "azuredatastudio.exe", - "Azure Data Studio" - ] - ], - "checkver": { - "github": "https://github.com/microsoft/azuredatastudio" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://azuredatastudio-update.azurewebsites.net/$version/win32-x64-archive/stable#/dl.7z" - } - } - } -}