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
This commit is contained in:
@@ -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"
|
@@ -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"
|
@@ -1,26 +1,5 @@
|
|||||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
|
PackageIdentifier: "Microsoft.AzureDataStudio"
|
||||||
PackageIdentifier: Microsoft.AzureDataStudio
|
PackageVersion: "1.29.0"
|
||||||
PackageVersion: 1.29.0
|
DefaultLocale: "en-US"
|
||||||
PackageName: Azure Data Studio
|
ManifestType: "version"
|
||||||
Moniker: azuredatastudio
|
ManifestVersion: "1.1.0"
|
||||||
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
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user