-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpr-registry-check.json
More file actions
94 lines (94 loc) · 3.64 KB
/
pr-registry-check.json
File metadata and controls
94 lines (94 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"extensions": [
{
"id": "jongio.azd.app",
"namespace": "app",
"displayName": "App Extension",
"description": "A collection of developer productivity commands for Azure Developer CLI",
"versions": [
{
"version": "0.8.1-pr35",
"capabilities": [
"custom-commands",
"lifecycle-events",
"mcp-server"
],
"usage": "azd app \u003ccommand\u003e [options]",
"examples": [
{
"name": "run",
"description": "Run services defined in azure.yaml",
"usage": "azd app run"
},
{
"name": "reqs",
"description": "Verify all prerequisites are installed",
"usage": "azd app reqs"
},
{
"name": "test",
"description": "Run tests for all services with coverage",
"usage": "azd app test --coverage"
}
],
"artifacts": {
"darwin/amd64": {
"checksum": {
"algorithm": "sha256",
"value": "169299488bfca30a82cb6aa3219e3bfb7fa6d82fc676888192a5374947581478"
},
"entryPoint": "jongio-azd-app-darwin-amd64",
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.8.1-pr35/jongio-azd-app-darwin-amd64.zip"
},
"darwin/arm64": {
"checksum": {
"algorithm": "sha256",
"value": "9a596d5e7a994f8579cd6aa24c7643d2746dcd7503cda5dfe55b95e623181a34"
},
"entryPoint": "jongio-azd-app-darwin-arm64",
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.8.1-pr35/jongio-azd-app-darwin-arm64.zip"
},
"linux/amd64": {
"checksum": {
"algorithm": "sha256",
"value": "f06d4c4e70a432c81e5858cbf4f81768ca0ff589914e6314a2864da9375d21ba"
},
"entryPoint": "jongio-azd-app-linux-amd64",
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.8.1-pr35/jongio-azd-app-linux-amd64.tar.gz"
},
"linux/arm64": {
"checksum": {
"algorithm": "sha256",
"value": "fcc0d9b3ccc98c32afc3a6966b0cd70d751df6053d123859e4029f8b5572b163"
},
"entryPoint": "jongio-azd-app-linux-arm64",
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.8.1-pr35/jongio-azd-app-linux-arm64.tar.gz"
},
"windows/amd64": {
"checksum": {
"algorithm": "sha256",
"value": "28d02e227afbc417a432dbd70ad60afdcdbd2752f8ec9907410eba0db9018783"
},
"entryPoint": "jongio-azd-app-windows-amd64.exe",
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.8.1-pr35/jongio-azd-app-windows-amd64.zip"
},
"windows/arm64": {
"checksum": {
"algorithm": "sha256",
"value": "d8cdea6c7851705f71b5b3e909e34c25768af182fb16b1d4f0f85346fd0384e6"
},
"entryPoint": "jongio-azd-app-windows-arm64.exe",
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.8.1-pr35/jongio-azd-app-windows-arm64.zip"
}
}
}
],
"tags": [
"developer",
"productivity",
"app",
"testing"
]
}
]
}