From f7371e9ed5b9896ea792bc8bfa13ab3824a99db9 Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Thu, 3 May 2018 17:08:04 -0700 Subject: [PATCH] Update SQL Agent extension readme and version (#1343) --- extensions/agent/README.md | 4 +++- extensions/agent/package.json | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/extensions/agent/README.md b/extensions/agent/README.md index 8e87e4df1b..412aeec3e7 100644 --- a/extensions/agent/README.md +++ b/extensions/agent/README.md @@ -1,13 +1,15 @@ # Microsoft SQL Server Agent for SQL Operations Studio Welcome to Microsoft SQL Server Agent for SQL Operations Studio! An extension for managing and troubleshooting -SQL Server Agent jobs and configuration. The current is a very early release of this extension that provides +SQL Server Agent jobs and configuration. The current is an early release of this extension that provides basic functionality for the following. * List SQL Server Agent Jobs configured on a SQL Server * View Job History with job execution results * Basic Job Control to start and stop jobs +SQL Agent + ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/extensions/agent/package.json b/extensions/agent/package.json index abe76f0c49..0b8c184b73 100644 --- a/extensions/agent/package.json +++ b/extensions/agent/package.json @@ -2,7 +2,7 @@ "name": "agent", "displayName": "SQL Server Agent", "description": "Manage and troubleshoot SQL Server Agent jobs (early preview)", - "version": "0.28.1", + "version": "0.29.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/sqlopsstudio/master/LICENSE.txt", @@ -22,6 +22,9 @@ "type": "git", "url": "https://github.com/Microsoft/sqlopsstudio.git" }, + "extensionDependencies": [ + "Microsoft.mssql" + ], "contributes": { "outputChannels": [ "sqlagent"