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" - } - } - } -}