From 47e86e61332d999e9ccd36076ed8b3de728ace40 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 15 Sep 2020 17:15:50 -0700 Subject: [PATCH] Arc public preview updates (#12329) * Arc public preview updates * disable PG dashboards again --- extensions/arc/README.md | 2 +- extensions/arc/package.json | 2 +- extensions/azdata/README.md | 2 +- extensions/azdata/package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/arc/README.md b/extensions/arc/README.md index eea2df9518..ec1fb957eb 100644 --- a/extensions/arc/README.md +++ b/extensions/arc/README.md @@ -2,7 +2,7 @@ Welcome to Microsoft Azure Arc Extension for Azure Data Studio! -**This extension is only applicable to customers in the Azure Arc data services private preview.** +**This extension is only applicable to customers in the Azure Arc data services public preview.** ## Overview diff --git a/extensions/arc/package.json b/extensions/arc/package.json index 5827681f42..711daae7cf 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -2,7 +2,7 @@ "name": "arc", "displayName": "%arc.displayName%", "description": "%arc.description%", - "version": "0.3.5", + "version": "0.4.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", diff --git a/extensions/azdata/README.md b/extensions/azdata/README.md index cdb5ee3e29..fadee9b62c 100644 --- a/extensions/azdata/README.md +++ b/extensions/azdata/README.md @@ -2,7 +2,7 @@ Welcome to Microsoft Azure Data CLI Extension for Azure Data Studio! -**This extension is only applicable to customers in the Azure Arc data services private preview. Other usage is not supported at this time.** +**This extension is only applicable to customers in the Azure Arc data services public preview. Other usage is not supported at this time.** ## Overview diff --git a/extensions/azdata/package.json b/extensions/azdata/package.json index 42062e1d11..3ad5edbb00 100644 --- a/extensions/azdata/package.json +++ b/extensions/azdata/package.json @@ -2,14 +2,14 @@ "name": "azdata", "displayName": "%azdata.displayName%", "description": "%azdata.description%", - "version": "0.1.2", + "version": "0.2.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", "icon": "images/extension.png", "engines": { "vscode": "*", - "azdata": ">=1.20.0" + "azdata": ">=1.22.0" }, "activationEvents": [ "*"