From f0f6c00a0eabbc05a728a175482501bdd9b29982 Mon Sep 17 00:00:00 2001 From: Leila Lali Date: Mon, 23 Apr 2018 15:44:30 -0700 Subject: [PATCH] Updated extension gallery link to Azure blob storage (#1220) --- build/gulpfile.mixin.js | 4 ++-- product.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/gulpfile.mixin.js b/build/gulpfile.mixin.js index bffd6d3517..1cb8f4ef71 100644 --- a/build/gulpfile.mixin.js +++ b/build/gulpfile.mixin.js @@ -37,9 +37,9 @@ gulp.task('mixin', function () { } // {{SQL CARBON EDIT}} - let serviceUrl = 'https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery.json'; + let serviceUrl = 'https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json'; if (quality === 'insider') { - serviceUrl = `https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery-${quality}.json`; + serviceUrl = `https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery-${quality}.json`; } let newValues = { "updateUrl": updateUrl, diff --git a/product.json b/product.json index ced31b3540..7211fcf4eb 100644 --- a/product.json +++ b/product.json @@ -38,6 +38,6 @@ "Redgate.sql-search" ], "extensionsGallery": { - "serviceUrl": "https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery.json" + "serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json" } } \ No newline at end of file