From 39589ab4c8357e337be59c38bf16f580e4eaf1e0 Mon Sep 17 00:00:00 2001 From: VVB26W34 <84929863+VVB26W34@users.noreply.github.com> Date: Fri, 28 May 2021 00:30:08 +0300 Subject: [PATCH] Add User installer for Azure Data Studio (#14111) * Add User installer for Azure Data Studio Add Azure Data Studio (User) 1.29.0. * Update Microsoft.AzureDataStudio.yaml * Create Microsoft.AzureDataStudio.installer.yaml * Create Microsoft.AzureDataStudio.locale.en-US.yaml --- .../Microsoft.AzureDataStudio.installer.yaml | 14 +++++++++ ...icrosoft.AzureDataStudio.locale.en-US.yaml | 18 +++++++++++ .../1.29.0/Microsoft.AzureDataStudio.yaml | 31 +++---------------- 3 files changed, 37 insertions(+), 26 deletions(-) create mode 100644 manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.installer.yaml create mode 100644 manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.locale.en-US.yaml diff --git a/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.installer.yaml b/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.installer.yaml new file mode 100644 index 000000000..c3411c2bd --- /dev/null +++ b/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.installer.yaml @@ -0,0 +1,14 @@ +PackageIdentifier: "Microsoft.AzureDataStudio" +PackageVersion: "1.29.0" +InstallerType: "inno" +Installers: + - Architecture: "x64" + InstallerUrl: "https://sqlopsbuilds.azureedge.net/stable/0f5cfdc2c8c2433028842e16dc5ac1a65da24292/azuredatastudio-windows-setup-1.29.0.exe" + InstallerSha256: 5242FFC3BD3E31B44E3D3357BD994551D3ABA613A9DC740063362D6FF65A83D6 + Scope: "machine" + - Architecture: "x64" + InstallerUrl: "https://sqlopsbuilds.azureedge.net/stable/0f5cfdc2c8c2433028842e16dc5ac1a65da24292/azuredatastudio-windows-user-setup-1.29.0.exe" + InstallerSha256: 804010B465E628772DE5EE197C7D829FACB8A83A58A6533AC08A0ADCB36E1516 + Scope: "user" +ManifestType: "installer" +ManifestVersion: "1.1.0" diff --git a/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.locale.en-US.yaml b/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.locale.en-US.yaml new file mode 100644 index 000000000..4f9f6b8f0 --- /dev/null +++ b/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.locale.en-US.yaml @@ -0,0 +1,18 @@ +PackageIdentifier: "Microsoft.AzureDataStudio" +Moniker: "azuredatastudio" +PackageVersion: "1.29.0" +PackageLocale: "en-US" +Author: "Microsoft Corporation" +Publisher: "Microsoft Corporation" +PackageName: "Azure Data Studio" +PackageUrl: "https://docs.microsoft.com/en-us/sql/azure-data-studio/what-is-azure-data-studio" +License: "Copyright (C) Microsoft Corporation" +ShortDescription: "Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux." +Tags: +- "sql" +- "azure" +- "mssql" +- "postgres" +- "mysql" +ManifestType: "defaultLocale" +ManifestVersion: "1.1.0" diff --git a/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.yaml b/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.yaml index 3e88311d0..6c1d4ae9e 100644 --- a/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.yaml +++ b/manifests/m/Microsoft/AzureDataStudio/1.29.0/Microsoft.AzureDataStudio.yaml @@ -1,26 +1,5 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json -PackageIdentifier: Microsoft.AzureDataStudio -PackageVersion: 1.29.0 -PackageName: Azure Data Studio -Moniker: azuredatastudio -Publisher: Microsoft Corporation -Author: Microsoft Corporation -PackageUrl: https://docs.microsoft.com/en-us/sql/azure-data-studio/what-is-azure-data-studio -License: Copyright (C) Microsoft Corporation -ShortDescription: Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux. -Tags: -- sql -- azure -- mssql -- postgres -- mysql -Installers: -- Architecture: x64 - InstallerUrl: https://sqlopsbuilds.azureedge.net/stable/0f5cfdc2c8c2433028842e16dc5ac1a65da24292/azuredatastudio-windows-setup-1.29.0.exe - InstallerType: inno - InstallerSha256: 5242FFC3BD3E31B44E3D3357BD994551D3ABA613A9DC740063362D6FF65A83D6 - Scope: machine -PackageLocale: en-US -ManifestType: singleton -ManifestVersion: 1.0.0 - +PackageIdentifier: "Microsoft.AzureDataStudio" +PackageVersion: "1.29.0" +DefaultLocale: "en-US" +ManifestType: "version" +ManifestVersion: "1.1.0"