From 3e5b561e7a70831243a6d0448f5ee9a6f94e162f Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Thu, 15 Aug 2024 16:14:22 -0700 Subject: [PATCH] Fix PowerShell metadata to fix update bug (#25846) --- extensionsGallery-insider.json | 8 ++++---- extensionsGallery.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extensionsGallery-insider.json b/extensionsGallery-insider.json index a10ada185e49..fd02306fb626 100644 --- a/extensionsGallery-insider.json +++ b/extensionsGallery-insider.json @@ -1346,9 +1346,9 @@ "displayName": "PowerShell", "shortDescription": "Develop PowerShell scripts in Azure Data Studio", "publisher": { - "displayName": "Microsoft", - "publisherId": "Microsoft", - "publisherName": "Microsoft" + "displayName": "ms-vscode", + "publisherId": "ms-vscode", + "publisherName": "ms-vscode" }, "versions": [ { @@ -1359,7 +1359,7 @@ "files": [ { "assetType": "Microsoft.VisualStudio.Services.VSIXPackage", - "source": "https://sqlopsextensions.blob.core.windows.net/extensions/powershell/microsoft.PowerShell-2024.3.2.vsix" + "source": "https://sqlopsextensions.blob.core.windows.net/extensions/powershell/ms-vscode.PowerShell-2024.3.2.vsix" }, { "assetType": "Microsoft.VisualStudio.Services.Icons.Default", diff --git a/extensionsGallery.json b/extensionsGallery.json index 2cfbdd90c951..ea0a6f42e18e 100644 --- a/extensionsGallery.json +++ b/extensionsGallery.json @@ -1346,9 +1346,9 @@ "displayName": "PowerShell", "shortDescription": "Develop PowerShell scripts in Azure Data Studio", "publisher": { - "displayName": "Microsoft", - "publisherId": "Microsoft", - "publisherName": "Microsoft" + "displayName": "ms-vscode", + "publisherId": "ms-vscode", + "publisherName": "ms-vscode" }, "versions": [ { @@ -1359,7 +1359,7 @@ "files": [ { "assetType": "Microsoft.VisualStudio.Services.VSIXPackage", - "source": "https://sqlopsextensions.blob.core.windows.net/extensions/powershell/microsoft.PowerShell-2024.3.2.vsix" + "source": "https://sqlopsextensions.blob.core.windows.net/extensions/powershell/ms-vscode.PowerShell-2024.3.2.vsix" }, { "assetType": "Microsoft.VisualStudio.Services.Icons.Default",