From b2578c1bb5770ce68d80b9f08cb108760d4fd818 Mon Sep 17 00:00:00 2001 From: RDMacLachlan <59626501+RDMacLachlan@users.noreply.github.com> Date: Sat, 16 May 2020 11:14:20 -0700 Subject: [PATCH] Create 17.9.1.yaml (#148) --- .../SQLServerManagementStudio/17.9.1.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Microsoft/SQLServerManagementStudio/17.9.1.yaml diff --git a/manifests/Microsoft/SQLServerManagementStudio/17.9.1.yaml b/manifests/Microsoft/SQLServerManagementStudio/17.9.1.yaml new file mode 100644 index 000000000..2d80c2089 --- /dev/null +++ b/manifests/Microsoft/SQLServerManagementStudio/17.9.1.yaml @@ -0,0 +1,18 @@ +Id: Microsoft.SQLServerManagementStudio +Version: 17.9.1 +Name: SQL Server Management Studio +Publisher: Microsoft +License: Copyright (c) Microsoft Corporation +AppMoniker: SSMS +Tags: SQL, SQL Server, SQL Management Studio, SSMS, Management Studio +Description: SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, and build queries and scripts. +Homepage: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017 +Installers: + - Arch: x64 + Url: https://go.microsoft.com/fwlink/?linkid=2043154&clcid=0x409 + Sha256: B506A265559AC7D8E49DEF351D65B0CEF66C5EB8A47D530E78DB76D187A09CD7 + InstallerType: exe + Language: en-US + Switches: + Silent: "/install /quiet /norestart" + SilentWithProgress: "/install /passive /norestart"