-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapimtemplate.json
25 lines (25 loc) · 946 Bytes
/
apimtemplate.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
{
"version": "1.1.1",
"description": "Azure API Management DevOps Resource Kit",
"homepage": "https://github.com/Azure/azure-api-management-devops-resource-kit",
"license": "MIT",
"depends": "azure-cli",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/1.1.1/reskit-1.1.1.zip",
"hash": "11cfd076512f968bc394520942e5411d3ae25c9ac8df71139f6b02a361415dcd"
}
},
"bin": "armtemplates.exe",
"checkver": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases",
"regex": "tag/([\\d.]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/$version/reskit-$version.zip"
}
}
}
}