Only show SQL Agent for on-prem instances (#1233)

This commit is contained in:
Karl Burtram
2018-04-23 17:41:46 -07:00
committed by GitHub
parent 7fb8a28b59
commit 50a2526d1f
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"name": "agent",
"displayName": "SQL Server Agent",
"description": "Manage and troubleshoot SQL Server Agent jobs (early preview)",
"version": "0.28.0",
"version": "0.28.1",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/sqlopsstudio/master/LICENSE.txt",
@@ -32,6 +32,7 @@
"description": "Manage and troubleshoot SQL Agent jobs",
"provider": "MSSQL",
"title": "SQL Agent",
"when": "connectionProvider == 'MSSQL' && !mssql:iscloud",
"container": {
"controlhost-container": {
"type": "agent"

View File

@@ -1,6 +1,6 @@
{
"name": "sqlops",
"version": "0.28.4",
"version": "0.28.5",
"distro": "8c3e97e3425cc9814496472ab73e076de2ba99ee",
"author": {
"name": "Microsoft Corporation"