Skip to content

Commit ea0539d

Browse files
authored
Update index.json
remove extensionID as no longer needed
1 parent cf86b7f commit ea0539d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

index.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,36 @@
22
"templates":[
33
{
44
"name":"javaMicroProfileTemplate",
5-
"extensionId": "https://github.com/microclimate-dev2ops/javaMicroProfileTemplate",
65
"description":"Template for building a MicroProfile / Java EE microcservice",
76
"language":"java",
87
"giturl":"https://github.com/microclimate-dev2ops/javaMicroProfileTemplate"
98
},
109
{
1110
"name":"nodeExpressTemplate",
12-
"extensionId": "https://github.com/microclimate-dev2ops/nodeExpressTemplate",
1311
"description":"Cloud-ready Node.js Express sample application",
1412
"language":"nodejs",
1513
"giturl":"https://github.com/microclimate-dev2ops/nodeExpressTemplate"
1614
},
1715
{
1816
"name":"springJavaTemplate",
19-
"extensionId": "https://github.com/microclimate-dev2ops/springJavaTemplate",
2017
"description":"Template for building a Spring microservice",
2118
"language":"java",
2219
"giturl":"https://github.com/microclimate-dev2ops/springJavaTemplate"
2320
},
2421
{
2522
"name":"swiftTemplate",
26-
"extensionId": "https://github.com/microclimate-dev2ops/swiftJavaTemplate",
2723
"description":"Template for building a Spring microservice",
2824
"language":"swift",
2925
"giturl":"https://github.com/microclimate-dev2ops/swiftTemplate"
3026
},
3127
{
3228
"name":"pythonTemplate",
33-
"extensionId": "https://github.com/microclimate-dev2ops/SVTPythonTemplate",
3429
"description":"HelloWorld microservice written in python",
3530
"language":"python",
3631
"giturl":"https://github.com/microclimate-dev2ops/SVTPythonTemplate"
3732
},
3833
{
3934
"name":"templateGoExample",
40-
"extensionId": "https://github.com/microclimate-dev2ops/microclimateGoTemplate",
4135
"description":"Sample microservice for simple go app",
4236
"language":"go",
4337
"giturl":"https://github.com/microclimate-dev2ops/microclimateGoTemplate"

0 commit comments

Comments
 (0)