From 8e30b9a6e3ac596117735451822ed37cc1340743 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 30 Sep 2020 21:33:19 -0700 Subject: [PATCH] Add arc and azdata to recommended ext and vBump (#12690) * Add arc and azdata to recommended ext and vBump * remove bdc --- build/lib/extensions.ts | 18 +++++++++--------- extensions/arc/package.json | 2 +- extensions/azdata/package.json | 2 +- product.json | 2 ++ 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/build/lib/extensions.ts b/build/lib/extensions.ts index e6f035f16b..db55740f8f 100644 --- a/build/lib/extensions.ts +++ b/build/lib/extensions.ts @@ -241,25 +241,25 @@ const externalExtensions = [ // they get packaged separately. Adding extension name here, will make the build to create // a separate vsix package for the extension and the extension will be excluded from the main package. // Any extension not included here will be installed by default. + 'admin-pack', 'admin-tool-ext-win', 'agent', 'arc', + 'asde-deployment', 'azdata', - 'import', - 'profiler', - 'admin-pack', - 'dacpac', - 'schema-compare', 'cms', - 'query-history', + 'dacpac', + 'data-workspace', + 'import', 'kusto', 'liveshare', - 'sql-database-projects', 'machine-learning', + 'profiler', + 'query-history', + 'schema-compare', 'sql-assessment', - 'asde-deployment', + 'sql-database-projects', 'sql-migration', - 'data-workspace' ]; // extensions that require a rebuild since they have native parts diff --git a/extensions/arc/package.json b/extensions/arc/package.json index fd08549181..66b77d123c 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.5.0", + "version": "0.5.1", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", diff --git a/extensions/azdata/package.json b/extensions/azdata/package.json index 8afc2c3877..e9529ba086 100644 --- a/extensions/azdata/package.json +++ b/extensions/azdata/package.json @@ -2,7 +2,7 @@ "name": "azdata", "displayName": "%azdata.displayName%", "description": "%azdata.description%", - "version": "0.3.0", + "version": "0.3.1", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", diff --git a/product.json b/product.json index 5fa4c8f663..545ed8764a 100644 --- a/product.json +++ b/product.json @@ -43,6 +43,8 @@ "Microsoft.admin-pack", "Microsoft.admin-tool-ext-win", "Microsoft.agent", + "Microsoft.arc", + "Microsoft.azdata", "Microsoft.azuredatastudio-postgresql", "Microsoft.cms", "Microsoft.dacpac",