Skip to content

Commit

Permalink
Add Azure Extension to Extension Library (#1931)
Browse files Browse the repository at this point in the history
* add extension

* fix product id
  • Loading branch information
krschau authored and EricJohnson327 committed Nov 20, 2023
1 parent 92efb40 commit ce99607
Showing 1 changed file with 20 additions and 13 deletions.
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
}

0 comments on commit ce99607

Please sign in to comment.