From ce996075a65d113cd70c69c2a5c7eed1ab5092bd Mon Sep 17 00:00:00 2001 From: Kristen Schau <47155823+krschau@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:36:11 -0500 Subject: [PATCH] Add Azure Extension to Extension Library (#1931) * add extension * fix product id --- .../Assets/extensionResult.json | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/tools/ExtensionLibrary/DevHome.ExtensionLibrary/Assets/extensionResult.json b/tools/ExtensionLibrary/DevHome.ExtensionLibrary/Assets/extensionResult.json index 8c39e2615b..32b47b4a70 100644 --- a/tools/ExtensionLibrary/DevHome.ExtensionLibrary/Assets/extensionResult.json +++ b/tools/ExtensionLibrary/DevHome.ExtensionLibrary/Assets/extensionResult.json @@ -1,35 +1,42 @@ { - "ProductIds": ["9NZCC27PR6N6", "9N8MHTPHNGVV"], - "Products": - [ + "ProductIds": [ "9NZCC27PR6N6", "9N8MHTPHNGVV", "9MV8F79FGXTR" ], + "Products": [ { - "LocalizedProperties": - [ + "LocalizedProperties": [ { "PublisherName": "Microsoft Corporation", "ProductTitle": "Dev Home GitHub Extension (Preview)" } ], "ProductId": "9NZCC27PR6N6", - "Properties": - { + "Properties": { "PackageFamilyName": "Microsoft.Windows.DevHomeGitHubExtension_8wekyb3d8bbwe" } }, { - "LocalizedProperties": - [ + "LocalizedProperties": [ { "PublisherName": "Microsoft Corporation", "ProductTitle": "Dev Home (Preview)" - } + } ], "ProductId": "9N8MHTPHNGVV", - "Properties": - { + "Properties": { "PackageFamilyName": "Microsoft.Windows.DevHome_8wekyb3d8bbwe" } + }, + { + "LocalizedProperties": [ + { + "PublisherName": "Microsoft Corporation", + "ProductTitle": "Dev Home Azure Extension (Preview)" + } + ], + "ProductId": "9MV8F79FGXTR", + "Properties": { + "PackageFamilyName": "Microsoft.Windows.DevHomeAzureExtension_8wekyb3d8bbwe" + } } ], - "TotalResultCount": 2 + "TotalResultCount": 3 }