Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 16aa81b

Browse files
authored
Add Azure Extension to Extension Library (#1931)
* add extension * fix product id
1 parent d9f2ceb commit 16aa81b

1 file changed

Lines changed: 20 additions & 13 deletions

File tree

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,42 @@
11
{
2-
"ProductIds": ["9NZCC27PR6N6", "9N8MHTPHNGVV"],
3-
"Products":
4-
[
2+
"ProductIds": [ "9NZCC27PR6N6", "9N8MHTPHNGVV", "9MV8F79FGXTR" ],
3+
"Products": [
54
{
6-
"LocalizedProperties":
7-
[
5+
"LocalizedProperties": [
86
{
97
"PublisherName": "Microsoft Corporation",
108
"ProductTitle": "Dev Home GitHub Extension (Preview)"
119
}
1210
],
1311
"ProductId": "9NZCC27PR6N6",
14-
"Properties":
15-
{
12+
"Properties": {
1613
"PackageFamilyName": "Microsoft.Windows.DevHomeGitHubExtension_8wekyb3d8bbwe"
1714
}
1815
},
1916
{
20-
"LocalizedProperties":
21-
[
17+
"LocalizedProperties": [
2218
{
2319
"PublisherName": "Microsoft Corporation",
2420
"ProductTitle": "Dev Home (Preview)"
25-
}
21+
}
2622
],
2723
"ProductId": "9N8MHTPHNGVV",
28-
"Properties":
29-
{
24+
"Properties": {
3025
"PackageFamilyName": "Microsoft.Windows.DevHome_8wekyb3d8bbwe"
3126
}
27+
},
28+
{
29+
"LocalizedProperties": [
30+
{
31+
"PublisherName": "Microsoft Corporation",
32+
"ProductTitle": "Dev Home Azure Extension (Preview)"
33+
}
34+
],
35+
"ProductId": "9MV8F79FGXTR",
36+
"Properties": {
37+
"PackageFamilyName": "Microsoft.Windows.DevHomeAzureExtension_8wekyb3d8bbwe"
38+
}
3239
}
3340
],
34-
"TotalResultCount": 2
41+
"TotalResultCount": 3
3542
}

0 commit comments

Comments
 (0)