-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Azure Extension to Extension Library (#1931)
* add extension * fix product id
- Loading branch information
1 parent
92efb40
commit ce99607
Showing
1 changed file
with
20 additions
and
13 deletions.
There are no files selected for viewing
33 changes: 20 additions & 13 deletions
33
tools/ExtensionLibrary/DevHome.ExtensionLibrary/Assets/extensionResult.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |