-
Notifications
You must be signed in to change notification settings - Fork 0
/
vss-extension-develop.json
92 lines (91 loc) · 2.32 KB
/
vss-extension-develop.json
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
{
"manifestVersion": 1,
"id": "MachineIdentityExtension-develop",
"name": "Machine Identity Extension.develop",
"version": "0.2.0",
"publisher": "GregBrownstein",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Development - Simplify key generation and enrollment of machine identities (also known as SSL/TLS certificates and keys) with Venafi as a Service or Trust Protection Platform",
"categories": [
"Azure Pipelines"
],
"tags": [
"venafi",
"ssl",
"tls",
"certificates",
"keys",
"machine identity"
],
"screenshots": [
],
"icons": {
"default": "images/icon-128.png"
},
"content": {
"details": {
"path": "extension/readme.md"
},
"license": {
"path": "LICENSE"
}
},
"links": {
"repository": {
"uri": "https://github.com/gdbarron/MachineIdentityExtension"
},
"issues": {
"uri": "https://github.com/gdbarron/MachineIdentityExtension/issues"
},
"support": {
"uri": "https://github.com/gdbarron/MachineIdentityExtension/discussions"
},
"privacypolicy": {
"uri": "https://github.com/gdbarron/MachineIdentityExtension/blob/main/privacy-policy.md"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/gdbarron/MachineIdentityExtension"
},
"files": [
{
"path": "extension/bin"
},
{
"path": "extension/node_modules/azure-pipelines-task-lib"
},
{
"path": "extension/node_modules/vss-web-extension-sdk"
},
{
"path": "extension/icon.png"
},
{
"path": "extension/index.js"
},
{
"path": "extension/task.json"
}
],
"galleryFlags": [
"Public"
],
"contributions": [
{
"id": "MachineIdentityExtension",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "extension",
"icon": "icon.png"
}
}
]
}