forked from Azure/azure-functions-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Templates.nuspec
429 lines (429 loc) · 62.8 KB
/
Templates.nuspec
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<?xml version="1.0"?>
<package >
<metadata>
<id>Templates</id>
<version>1.0.0</version>
<authors>Microsoft</authors>
<licenseUrl>https://github.com/Azure/azure-webjobs-sdk-templates/blob/dev/LICENSE.txt</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?linkid=848145</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Collection of templates for Azure Functions Portal</description>
<language>en-US</language>
</metadata>
<files>
<file src="../../Functions.Templates/Bindings/bindings.json" target="Bindings/bindings.json" />
<file src="..\..\Functions.Templates\Documentation\" target="Documentation" />
<file src="..\..\Functions.Templates\Resources\" target="Resources" />
<file src="../../Functions.Templates/templates/BlobTrigger-CSharp/BlobTriggerCSharp.csx" target="templates/BlobTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/BlobTrigger-CSharp/function.json" target="templates/BlobTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-CSharp/metadata.json" target="templates/BlobTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-CSharp/readme.md" target="templates/BlobTrigger-CSharp/readme.md" />
<file src="../../Functions.Templates/templates/BlobTrigger-CSharp/sample.dat" target="templates/BlobTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/HttpTrigger-CSharp/function.json" target="templates/HttpTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-CSharp/HttpTriggerCSharp.csx" target="templates/HttpTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/HttpTrigger-CSharp/metadata.json" target="templates/HttpTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-CSharp/readme.md" target="templates/HttpTrigger-CSharp/readme.md" />
<file src="../../Functions.Templates/templates/HttpTrigger-CSharp/sample.dat" target="templates/HttpTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/QueueTrigger-CSharp/function.json" target="templates/QueueTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-CSharp/metadata.json" target="templates/QueueTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-CSharp/QueueTriggerCSharp.csx" target="templates/QueueTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/QueueTrigger-CSharp/readme.md" target="templates/QueueTrigger-CSharp/readme.md" />
<file src="../../Functions.Templates/templates/QueueTrigger-CSharp/sample.dat" target="templates/QueueTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-CSharp/function.json" target="templates/RabbitMQTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-CSharp/metadata.json" target="templates/RabbitMQTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-CSharp/RabbitMQTriggerCSharp.csx" target="templates/RabbitMQTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-CSharp/readme.md" target="templates/RabbitMQTrigger-CSharp/readme.md" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-CSharp/sample.dat" target="templates/RabbitMQTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaTrigger-CSharp/function.json" target="templates/KafkaTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-CSharp/metadata.json" target="templates/KafkaTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-CSharp/KafkaTriggerCSharp.csx" target="templates/KafkaTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/KafkaTrigger-CSharp/readme.md" target="templates/KafkaTrigger-CSharp/readme.md" />
<file src="../../Functions.Templates/templates/KafkaTrigger-CSharp/sample.dat" target="templates/KafkaTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaOutput-CSharp/function.json" target="templates/KafkaOutput-CSharp/function.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-CSharp/metadata.json" target="templates/KafkaOutput-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-CSharp/KafkaOutputCSharp.csx" target="templates/KafkaOutput-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/KafkaOutput-CSharp/readme.md" target="templates/KafkaOutput-CSharp/readme.md" />
<file src="../../Functions.Templates/templates/KafkaOutput-CSharp/sample.dat" target="templates/KafkaOutput-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/TimerTrigger-CSharp/function.json" target="templates/TimerTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-CSharp/metadata.json" target="templates/TimerTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-CSharp/readme.md" target="templates/TimerTrigger-CSharp/readme.md" />
<file src="../../Functions.Templates/templates/TimerTrigger-CSharp/sample.dat" target="templates/TimerTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/TimerTrigger-CSharp/TimerTriggerCSharp.csx" target="templates/TimerTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/BlobTrigger-JavaScript/function.json" target="templates/BlobTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-JavaScript/index.js" target="templates/BlobTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/BlobTrigger-JavaScript/metadata.json" target="templates/BlobTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-JavaScript/readme.md" target="templates/BlobTrigger-JavaScript/readme.md" />
<file src="../../Functions.Templates/templates/BlobTrigger-JavaScript/sample.dat" target="templates/BlobTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/BlobTrigger-Custom/function.json" target="templates/BlobTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-Custom/metadata.json" target="templates/BlobTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-JavaScript/function.json" target="templates/HttpTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-JavaScript/index.js" target="templates/HttpTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/HttpTrigger-JavaScript/metadata.json" target="templates/HttpTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-JavaScript/sample.dat" target="templates/HttpTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/HttpTrigger-Custom/function.json" target="templates/HttpTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-Custom/metadata.json" target="templates/HttpTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-JavaScript/function.json" target="templates/QueueTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-JavaScript/index.js" target="templates/QueueTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/QueueTrigger-JavaScript/metadata.json" target="templates/QueueTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-JavaScript/readme.md" target="templates/QueueTrigger-JavaScript/readme.md" />
<file src="../../Functions.Templates/templates/QueueTrigger-JavaScript/sample.dat" target="templates/QueueTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-JavaScript/function.json" target="templates/RabbitMQTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-JavaScript/index.js" target="templates/RabbitMQTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-JavaScript/metadata.json" target="templates/RabbitMQTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-JavaScript/readme.md" target="templates/RabbitMQTrigger-JavaScript/readme.md" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-JavaScript/sample.dat" target="templates/RabbitMQTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaOutput-JavaScript/function.json" target="templates/KafkaOutput-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-JavaScript/index.js" target="templates/KafkaOutput-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/KafkaOutput-JavaScript/metadata.json" target="templates/KafkaOutput-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-JavaScript/readme.md" target="templates/KafkaOutput-JavaScript/readme.md" />
<file src="../../Functions.Templates/templates/KafkaOutput-JavaScript/sample.dat" target="templates/KafkaOutput-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaTrigger-JavaScript/function.json" target="templates/KafkaTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-JavaScript/index.js" target="templates/KafkaTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/KafkaTrigger-JavaScript/metadata.json" target="templates/KafkaTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-JavaScript/readme.md" target="templates/KafkaTrigger-JavaScript/readme.md" />
<file src="../../Functions.Templates/templates/KafkaTrigger-JavaScript/sample.dat" target="templates/KafkaTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/QueueTrigger-Custom/function.json" target="templates/QueueTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-Custom/metadata.json" target="templates/QueueTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-Custom/function.json" target="templates/RabbitMQTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-Custom/metadata.json" target="templates/RabbitMQTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-Custom/function.json" target="templates/KafkaTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-Custom/metadata.json" target="templates/KafkaTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-JavaScript/function.json" target="templates/TimerTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-JavaScript/index.js" target="templates/TimerTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/TimerTrigger-JavaScript/metadata.json" target="templates/TimerTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-JavaScript/sample.dat" target="templates/TimerTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/TimerTrigger-Custom/function.json" target="templates/TimerTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-Custom/metadata.json" target="templates/TimerTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-TypeScript/function.json" target="templates/BlobTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-TypeScript/index.ts" target="templates/BlobTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/BlobTrigger-TypeScript/metadata.json" target="templates/BlobTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-TypeScript/readme.md" target="templates/BlobTrigger-TypeScript/readme.md" />
<file src="../../Functions.Templates/templates/BlobTrigger-TypeScript/sample.dat" target="templates/BlobTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/HttpTrigger-TypeScript/function.json" target="templates/HttpTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-TypeScript/index.ts" target="templates/HttpTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/HttpTrigger-TypeScript/metadata.json" target="templates/HttpTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-TypeScript/sample.dat" target="templates/HttpTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/QueueTrigger-TypeScript/function.json" target="templates/QueueTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-TypeScript/index.ts" target="templates/QueueTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/QueueTrigger-TypeScript/metadata.json" target="templates/QueueTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-TypeScript/readme.md" target="templates/QueueTrigger-TypeScript/readme.md" />
<file src="../../Functions.Templates/templates/QueueTrigger-TypeScript/sample.dat" target="templates/QueueTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-TypeScript/function.json" target="templates/RabbitMQTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-TypeScript/index.ts" target="templates/RabbitMQTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-TypeScript/metadata.json" target="templates/RabbitMQTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-TypeScript/readme.md" target="templates/RabbitMQTrigger-TypeScript/readme.md" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-TypeScript/sample.dat" target="templates/RabbitMQTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaOutput-TypeScript/function.json" target="templates/KafkaOutput-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-TypeScript/index.ts" target="templates/KafkaOutput-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/KafkaOutput-TypeScript/metadata.json" target="templates/KafkaOutput-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-TypeScript/readme.md" target="templates/KafkaOutput-TypeScript/readme.md" />
<file src="../../Functions.Templates/templates/KafkaOutput-TypeScript/sample.dat" target="templates/KafkaOutput-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaTrigger-TypeScript/function.json" target="templates/KafkaTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-TypeScript/index.ts" target="templates/KafkaTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/KafkaTrigger-TypeScript/metadata.json" target="templates/KafkaTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-TypeScript/readme.md" target="templates/KafkaTrigger-TypeScript/readme.md" />
<file src="../../Functions.Templates/templates/KafkaTrigger-TypeScript/sample.dat" target="templates/KafkaTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/TimerTrigger-TypeScript/function.json" target="templates/TimerTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-TypeScript/index.ts" target="templates/TimerTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/TimerTrigger-TypeScript/metadata.json" target="templates/TimerTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-PowerShell/function.json" target="templates/HttpTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-PowerShell/metadata.json" target="templates/HttpTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-PowerShell/run.ps1" target="templates/HttpTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/HttpTrigger-PowerShell/sample.dat" target="templates/HttpTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/QueueTrigger-PowerShell/function.json" target="templates/QueueTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-PowerShell/metadata.json" target="templates/QueueTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-PowerShell/readme.md" target="templates/QueueTrigger-PowerShell/readme.md" />
<file src="../../Functions.Templates/templates/QueueTrigger-PowerShell/run.ps1" target="templates/QueueTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/QueueTrigger-PowerShell/sample.dat" target="templates/QueueTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-PowerShell/function.json" target="templates/RabbitMQTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-PowerShell/metadata.json" target="templates/RabbitMQTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-PowerShell/readme.md" target="templates/RabbitMQTrigger-PowerShell/readme.md" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-PowerShell/run.ps1" target="templates/RabbitMQTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-PowerShell/sample.dat" target="templates/RabbitMQTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaOutput-PowerShell/function.json" target="templates/KafkaOutput-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-PowerShell/metadata.json" target="templates/KafkaOutput-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-PowerShell/readme.md" target="templates/KafkaOutput-PowerShell/readme.md" />
<file src="../../Functions.Templates/templates/KafkaOutput-PowerShell/run.ps1" target="templates/KafkaOutput-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/KafkaOutput-PowerShell/sample.dat" target="templates/KafkaOutput-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaTrigger-PowerShell/function.json" target="templates/KafkaTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-PowerShell/metadata.json" target="templates/KafkaTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-PowerShell/readme.md" target="templates/KafkaTrigger-PowerShell/readme.md" />
<file src="../../Functions.Templates/templates/KafkaTrigger-PowerShell/run.ps1" target="templates/KafkaTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/KafkaTrigger-PowerShell/sample.dat" target="templates/KafkaTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/BlobTrigger-PowerShell/function.json" target="templates/BlobTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-PowerShell/metadata.json" target="templates/BlobTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-PowerShell/readme.md" target="templates/BlobTrigger-PowerShell/readme.md" />
<file src="../../Functions.Templates/templates/BlobTrigger-PowerShell/run.ps1" target="templates/BlobTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/BlobTrigger-PowerShell/sample.dat" target="templates/BlobTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/TimerTrigger-PowerShell/function.json" target="templates/TimerTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-PowerShell/metadata.json" target="templates/TimerTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-PowerShell/readme.md" target="templates/TimerTrigger-PowerShell/readme.md" />
<file src="../../Functions.Templates/templates/TimerTrigger-PowerShell/run.ps1" target="templates/TimerTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/TimerTrigger-PowerShell/sample.dat" target="templates/TimerTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/EventHubTrigger-CSharp/function.json" target="templates/EventHubTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-CSharp/metadata.json" target="templates/EventHubTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-CSharp/EventHubTriggerCSharp.csx" target="templates/EventHubTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/EventHubTrigger-CSharp/sample.dat" target="templates/EventHubTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/EventHubTrigger-JavaScript/index.js" target="templates/EventHubTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/EventHubTrigger-JavaScript/metadata.json" target="templates/EventHubTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-JavaScript/function.json" target="templates/EventHubTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-Custom/metadata.json" target="templates/EventHubTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-Custom/function.json" target="templates/EventHubTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-JavaScript/readme.md" target="templates/TimerTrigger-JavaScript/readme.md" />
<file src="../../Functions.Templates/templates/EventHubTrigger-JavaScript/sample.dat" target="templates/EventHubTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/EventHubTrigger-TypeScript/index.ts" target="templates/EventHubTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/EventHubTrigger-TypeScript/metadata.json" target="templates/EventHubTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-TypeScript/function.json" target="templates/EventHubTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-TypeScript/readme.md" target="templates/TimerTrigger-TypeScript/readme.md" />
<file src="../../Functions.Templates/templates/EventHubTrigger-TypeScript/sample.dat" target="templates/EventHubTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-CSharp-2.x/function.json" target="templates/DurableFunctionsActivity-CSharp/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-CSharp-2.x/metadata.json" target="templates/DurableFunctionsActivity-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-CSharp-2.x/DurableFunctionsActivityCSharp.csx" target="templates/DurableFunctionsActivity-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-JavaScript/function.json" target="Templates/DurableFunctionsActivity-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-JavaScript/index.js" target="templates/DurableFunctionsActivity-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-JavaScript/metadata.json" target="Templates/DurableFunctionsActivity-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-PowerShell-1.x/function.json" target="Templates/DurableFunctionsActivity-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-PowerShell-1.x/run.ps1" target="templates/DurableFunctionsActivity-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-PowerShell-1.x/metadata.json" target="Templates/DurableFunctionsActivity-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-Python-1.x/function.json" target="Templates/DurableFunctionsActivity-Python/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-Python-1.x/__init__.py" target="templates/DurableFunctionsActivity-Python/__init__.py" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-Python-1.x/metadata.json" target="Templates/DurableFunctionsActivity-Python/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-TypeScript/function.json" target="Templates/DurableFunctionsActivity-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-TypeScript/index.ts" target="templates/DurableFunctionsActivity-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/DurableFunctionsActivity-TypeScript/metadata.json" target="Templates/DurableFunctionsActivity-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-CSharp-2.x/function.json" target="templates/DurableFunctionsOrchestrator-CSharp/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-CSharp-2.x/metadata.json" target="templates/DurableFunctionsOrchestrator-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-CSharp-2.x/DurableFunctionsOrchestratorCSharp.csx" target="templates/DurableFunctionsOrchestrator-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-JavaScript/function.json" target="Templates/DurableFunctionsOrchestrator-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-JavaScript/index.js" target="templates/DurableFunctionsOrchestrator-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-JavaScript/metadata.json" target="Templates/DurableFunctionsOrchestrator-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-PowerShell-1.x/function.json" target="Templates/DurableFunctionsOrchestrator-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-PowerShell-1.x/run.ps1" target="templates/DurableFunctionsOrchestrator-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-PowerShell-1.x/metadata.json" target="Templates/DurableFunctionsOrchestrator-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-Python-1.x/function.json" target="Templates/DurableFunctionsOrchestrator-Python/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-Python-1.x/__init__.py" target="templates/DurableFunctionsOrchestrator-Python/__init__.py" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-Python-1.x/metadata.json" target="Templates/DurableFunctionsOrchestrator-Python/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-TypeScript/function.json" target="Templates/DurableFunctionsOrchestrator-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-TypeScript/index.ts" target="templates/DurableFunctionsOrchestrator-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/DurableFunctionsOrchestrator-TypeScript/metadata.json" target="Templates/DurableFunctionsOrchestrator-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-CSharp-2.x/function.json" target="templates/DurableFunctionsHttpStart-CSharp/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-CSharp-2.x/metadata.json" target="templates/DurableFunctionsHttpStart-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-CSharp-2.x/DurableFunctionsHttpStartCSharp.csx" target="templates/DurableFunctionsHttpStart-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-JavaScript/function.json" target="templates/DurableFunctionsHttpStart-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-JavaScript/metadata.json" target="templates/DurableFunctionsHttpStart-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-JavaScript/index.js" target="templates/DurableFunctionsHttpStart-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-PowerShell-1.x/function.json" target="templates/DurableFunctionsHttpStart-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-PowerShell-1.x/metadata.json" target="templates/DurableFunctionsHttpStart-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-PowerShell-1.x/run.ps1" target="templates/DurableFunctionsHttpStart-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-Python-1.x/function.json" target="templates/DurableFunctionsHttpStart-Python/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-Python-1.x/metadata.json" target="templates/DurableFunctionsHttpStart-Python/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-Python-1.x/__init__.py" target="templates/DurableFunctionsHttpStart-Python/__init__.py" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-TypeScript/function.json" target="templates/DurableFunctionsHttpStart-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-TypeScript/metadata.json" target="templates/DurableFunctionsHttpStart-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsHttpStart-TypeScript/index.ts" target="templates/DurableFunctionsHttpStart-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityClass-CSharp-2.x/DurableFunctionsEntityClassCSharp.csx" target="templates/DurableFunctionsEntityClass-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityClass-CSharp-2.x/function.json" target="templates/DurableFunctionsEntityClass-CSharp/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityClass-CSharp-2.x/metadata.json" target="templates/DurableFunctionsEntityClass-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityFunction-CSharp-2.x/DurableFunctionsEntityFunctionCSharp.csx" target="templates/DurableFunctionsEntityFunction-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityFunction-CSharp-2.x/function.json" target="templates/DurableFunctionsEntityFunction-CSharp/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityFunction-CSharp-2.x/metadata.json" target="templates/DurableFunctionsEntityFunction-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-CSharp-2.x/DurableFunctionsEntityHttpStartCSharp.csx" target="templates/DurableFunctionsEntityHttpStart-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-CSharp-2.x/function.json" target="templates/DurableFunctionsEntityHttpStart-CSharp/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-CSharp-2.x/metadata.json" target="templates/DurableFunctionsEntityHttpStart-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-JavaScript/index.js" target="Templates/DurableFunctionsEntityHttpStart-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-JavaScript/function.json" target="Templates/DurableFunctionsEntityHttpStart-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-JavaScript/metadata.json" target="Templates/DurableFunctionsEntityHttpStart-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-TypeScript/index.ts" target="Templates/DurableFunctionsEntityHttpStart-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-TypeScript/function.json" target="Templates/DurableFunctionsEntityHttpStart-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntityHttpStart-TypeScript/metadata.json" target="Templates/DurableFunctionsEntityHttpStart-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntity-JavaScript/index.js" target="Templates/DurableFunctionsEntity-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntity-JavaScript/function.json" target="Templates/DurableFunctionsEntity-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntity-JavaScript/metadata.json" target="Templates/DurableFunctionsEntity-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntity-TypeScript/index.ts" target="Templates/DurableFunctionsEntity-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntity-TypeScript/function.json" target="Templates/DurableFunctionsEntity-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/DurableFunctionsEntity-TypeScript/metadata.json" target="Templates/DurableFunctionsEntity-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/SendGrid-CSharp/function.json" target="templates/SendGrid-CSharp/function.json" />
<file src="../../Functions.Templates/templates/SendGrid-CSharp/metadata.json" target="templates/SendGrid-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/SendGrid-CSharp/SendGridCSharp.csx" target="templates/SendGrid-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/SendGrid-CSharp/sample.dat" target="templates/SendGrid-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/SendGrid-JavaScript/function.json" target="templates/SendGrid-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/SendGrid-JavaScript/metadata.json" target="templates/SendGrid-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/SendGrid-JavaScript/index.js" target="templates/SendGrid-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/SendGrid-JavaScript/sample.dat" target="templates/SendGrid-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/SendGrid-Custom/function.json" target="templates/SendGrid-Custom/function.json" />
<file src="../../Functions.Templates/templates/SendGrid-Custom/metadata.json" target="templates/SendGrid-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/SendGrid-TypeScript/function.json" target="templates/SendGrid-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/SendGrid-TypeScript/metadata.json" target="templates/SendGrid-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/SendGrid-TypeScript/index.ts" target="templates/SendGrid-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/SendGrid-TypeScript/sample.dat" target="templates/SendGrid-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-CSharp/function.json" target="Templates/ServiceBusQueueTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-CSharp/metadata.json" target="Templates/ServiceBusQueueTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-CSharp/ServiceBusQueueTriggerCSharp.csx" target="Templates/ServiceBusQueueTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-CSharp/sample.dat" target="Templates/ServiceBusQueueTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-JavaScript/function.json" target="Templates/ServiceBusQueueTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-JavaScript/index.js" target="Templates/ServiceBusQueueTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-JavaScript/metadata.json" target="Templates/ServiceBusQueueTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-JavaScript/sample.dat" target="Templates/ServiceBusQueueTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-Custom/function.json" target="Templates/ServiceBusQueueTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-Custom/metadata.json" target="Templates/ServiceBusQueueTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-TypeScript/function.json" target="Templates/ServiceBusQueueTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-TypeScript/index.ts" target="Templates/ServiceBusQueueTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-TypeScript/metadata.json" target="Templates/ServiceBusQueueTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-TypeScript/sample.dat" target="Templates/ServiceBusQueueTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-CSharp/function.json" target="Templates/ServiceBusTopicTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-CSharp/metadata.json" target="Templates/ServiceBusTopicTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-CSharp/ServiceBusTopicTriggerCSharp.csx" target="Templates/ServiceBusTopicTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-CSharp/sample.dat" target="Templates/ServiceBusTopicTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-JavaScript/function.json" target="Templates/ServiceBusTopicTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-JavaScript/index.js" target="Templates/ServiceBusTopicTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-JavaScript/metadata.json" target="Templates/ServiceBusTopicTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-JavaScript/sample.dat" target="Templates/ServiceBusTopicTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-Custom/function.json" target="Templates/ServiceBusTopicTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-Custom/metadata.json" target="Templates/ServiceBusTopicTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-TypeScript/function.json" target="Templates/ServiceBusTopicTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-TypeScript/index.ts" target="Templates/ServiceBusTopicTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-TypeScript/metadata.json" target="Templates/ServiceBusTopicTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-TypeScript/sample.dat" target="Templates/ServiceBusTopicTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-CSharp/function.json" target="Templates/CosmosDBTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-CSharp/metadata.json" target="Templates/CosmosDBTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-CSharp/CosmosDBTriggerCSharp.csx" target="Templates/CosmosDBTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-JavaScript/function.json" target="Templates/CosmosDBTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-JavaScript/metadata.json" target="Templates/CosmosDBTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-JavaScript/index.js" target="Templates/CosmosDBTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-JavaScript/sample.dat" target="Templates/CosmosDBTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-Custom/function.json" target="Templates/CosmosDBTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-Custom/metadata.json" target="Templates/CosmosDBTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-TypeScript/function.json" target="Templates/CosmosDBTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-TypeScript/metadata.json" target="Templates/CosmosDBTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-TypeScript/index.ts" target="Templates/CosmosDBTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-TypeScript/sample.dat" target="Templates/CosmosDBTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-PowerShell/function.json" target="Templates/CosmosDBTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-PowerShell/metadata.json" target="Templates/CosmosDBTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-PowerShell/run.ps1" target="Templates/CosmosDBTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-PowerShell/sample.dat" target="Templates/CosmosDBTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-CSharp/function.json" target="Templates/IoTHubTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-CSharp/metadata.json" target="Templates/IoTHubTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-CSharp/run.csx" target="Templates/IoTHubTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-CSharp/sample.dat" target="Templates/IoTHubTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-JavaScript/function.json" target="Templates/IoTHubTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-JavaScript/index.js" target="Templates/IoTHubTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-JavaScript/metadata.json" target="Templates/IoTHubTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-JavaScript/sample.dat" target="Templates/IoTHubTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-Custom/function.json" target="Templates/IoTHubTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-Custom/metadata.json" target="Templates/IoTHubTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-TypeScript/function.json" target="Templates/IoTHubTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-TypeScript/index.ts" target="Templates/IoTHubTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-TypeScript/metadata.json" target="Templates/IoTHubTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-TypeScript/sample.dat" target="Templates/IoTHubTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/EventGridTrigger-CSharp/EventGridTriggerCSharp.csx" target="Templates/EventGridTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/EventGridTrigger-CSharp/function.json" target="Templates/EventGridTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-CSharp/metadata.json" target="Templates/EventGridTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-CSharp/sample.dat" target="Templates/EventGridTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/EventGridTrigger-JavaScript/index.js" target="Templates/EventGridTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/EventGridTrigger-JavaScript/function.json" target="Templates/EventGridTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-JavaScript/metadata.json" target="Templates/EventGridTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-JavaScript/sample.dat" target="Templates/EventGridTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/EventGridTrigger-Custom/function.json" target="Templates/EventGridTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-Custom/metadata.json" target="Templates/EventGridTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-TypeScript/index.ts" target="Templates/EventGridTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/EventGridTrigger-TypeScript/function.json" target="Templates/EventGridTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-TypeScript/metadata.json" target="Templates/EventGridTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-TypeScript/sample.dat" target="Templates/EventGridTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/EventGridTrigger-PowerShell/function.json" target="Templates/EventGridTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-PowerShell/metadata.json" target="Templates/EventGridTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-PowerShell/run.ps1" target="Templates/EventGridTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/EventGridTrigger-PowerShell/sample.dat" target="Templates/EventGridTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/EventHubTrigger-PowerShell/function.json" target="Templates/EventHubTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-PowerShell/metadata.json" target="Templates/EventHubTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-PowerShell/run.ps1" target="Templates/EventHubTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/EventHubTrigger-PowerShell/sample.dat" target="Templates/EventHubTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-PowerShell/function.json" target="Templates/IoTHubTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-PowerShell/metadata.json" target="Templates/IoTHubTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-PowerShell/run.ps1" target="Templates/IoTHubTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/IoTHubTrigger-PowerShell/sample.dat" target="Templates/IoTHubTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/SendGrid-PowerShell/function.json" target="Templates/SendGrid-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/SendGrid-PowerShell/metadata.json" target="Templates/SendGrid-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/SendGrid-PowerShell/run.ps1" target="Templates/SendGrid-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/SendGrid-PowerShell/sample.dat" target="Templates/SendGrid-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-PowerShell/function.json" target="Templates/ServiceBusQueueTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-PowerShell/metadata.json" target="Templates/ServiceBusQueueTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-PowerShell/run.ps1" target="Templates/ServiceBusQueueTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-PowerShell/sample.dat" target="Templates/ServiceBusQueueTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-PowerShell/function.json" target="Templates/ServiceBusTopicTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-PowerShell/metadata.json" target="Templates/ServiceBusTopicTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-PowerShell/run.ps1" target="Templates/ServiceBusTopicTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-PowerShell/sample.dat" target="Templates/ServiceBusTopicTrigger-PowerShell/sample.dat" />
<file src="../../Functions.Templates/templates/BlobTrigger-Python/__init__.py" target="templates/BlobTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/BlobTrigger-Python/function.json" target="templates/BlobTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-Python/metadata.json" target="templates/BlobTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/BlobTrigger-Python/readme.md" target="templates/BlobTrigger-Python/readme.md" />
<file src="../../Functions.Templates/templates/BlobTrigger-Python/sample.dat" target="templates/BlobTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/HttpTrigger-Python/__init__.py" target="templates/HttpTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/HttpTrigger-Python/function.json" target="templates/HttpTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-Python/metadata.json" target="templates/HttpTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/HttpTrigger-Python/sample.dat" target="templates/HttpTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/QueueTrigger-Python/__init__.py" target="templates/QueueTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/QueueTrigger-Python/function.json" target="templates/QueueTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-Python/metadata.json" target="templates/QueueTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/QueueTrigger-Python/readme.md" target="templates/QueueTrigger-Python/readme.md" />
<file src="../../Functions.Templates/templates/QueueTrigger-Python/sample.dat" target="templates/QueueTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-Python/__init__.py" target="templates/RabbitMQTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-Python/function.json" target="templates/RabbitMQTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-Python/metadata.json" target="templates/RabbitMQTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-Python/readme.md" target="templates/RabbitMQTrigger-Python/readme.md" />
<file src="../../Functions.Templates/templates/RabbitMQTrigger-Python/sample.dat" target="templates/RabbitMQTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaOutput-Python/__init__.py" target="templates/KafkaOutput-Python/__init__.py" />
<file src="../../Functions.Templates/templates/KafkaOutput-Python/function.json" target="templates/KafkaOutput-Python/function.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-Python/metadata.json" target="templates/KafkaOutput-Python/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaOutput-Python/readme.md" target="templates/KafkaOutput-Python/readme.md" />
<file src="../../Functions.Templates/templates/KafkaOutput-Python/sample.dat" target="templates/KafkaOutput-Python/sample.dat" />
<file src="../../Functions.Templates/templates/KafkaTrigger-Python/__init__.py" target="templates/KafkaTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/KafkaTrigger-Python/function.json" target="templates/KafkaTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-Python/metadata.json" target="templates/KafkaTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/KafkaTrigger-Python/readme.md" target="templates/KafkaTrigger-Python/readme.md" />
<file src="../../Functions.Templates/templates/KafkaTrigger-Python/sample.dat" target="templates/KafkaTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/TimerTrigger-Python/__init__.py" target="templates/TimerTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/TimerTrigger-Python/function.json" target="templates/TimerTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-Python/metadata.json" target="templates/TimerTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/TimerTrigger-Python/readme.md" target="templates/TimerTrigger-Python/readme.md" />
<file src="../../Functions.Templates/templates/TimerTrigger-Python/sample.dat" target="templates/TimerTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-Python/__init__.py" target="templates/CosmosDBTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-Python/function.json" target="templates/CosmosDBTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-Python/metadata.json" target="templates/CosmosDBTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/CosmosDBTrigger-Python/sample.dat" target="templates/CosmosDBTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/EventGridTrigger-Python/__init__.py" target="templates/EventGridTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/EventGridTrigger-Python/function.json" target="templates/EventGridTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-Python/metadata.json" target="templates/EventGridTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/EventGridTrigger-Python/sample.dat" target="templates/EventGridTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/EventHubTrigger-Python/__init__.py" target="templates/EventHubTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/EventHubTrigger-Python/function.json" target="templates/EventHubTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-Python/metadata.json" target="templates/EventHubTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/EventHubTrigger-Python/sample.dat" target="templates/EventHubTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-Python/__init__.py" target="templates/ServiceBusQueueTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-Python/function.json" target="templates/ServiceBusQueueTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-Python/metadata.json" target="templates/ServiceBusQueueTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusQueueTrigger-Python/sample.dat" target="templates/ServiceBusQueueTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-Python/__init__.py" target="templates/ServiceBusTopicTrigger-Python/__init__.py" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-Python/function.json" target="templates/ServiceBusTopicTrigger-Python/function.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-Python/metadata.json" target="templates/ServiceBusTopicTrigger-Python/metadata.json" />
<file src="../../Functions.Templates/templates/ServiceBusTopicTrigger-Python/sample.dat" target="templates/ServiceBusTopicTrigger-Python/sample.dat" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-JavaScript/index.js" target="Templates/SignalRConnectionInfoHttpTrigger-JavaScript/index.js" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-JavaScript/function.json" target="Templates/SignalRConnectionInfoHttpTrigger-JavaScript/function.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-JavaScript/metadata.json" target="Templates/SignalRConnectionInfoHttpTrigger-JavaScript/metadata.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-JavaScript/sample.dat" target="Templates/SignalRConnectionInfoHttpTrigger-JavaScript/sample.dat" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-Custom/function.json" target="Templates/SignalRConnectionInfoHttpTrigger-Custom/function.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-Custom/metadata.json" target="Templates/SignalRConnectionInfoHttpTrigger-Custom/metadata.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-TypeScript/index.ts" target="Templates/SignalRConnectionInfoHttpTrigger-TypeScript/index.ts" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-TypeScript/function.json" target="Templates/SignalRConnectionInfoHttpTrigger-TypeScript/function.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-TypeScript/metadata.json" target="Templates/SignalRConnectionInfoHttpTrigger-TypeScript/metadata.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-TypeScript/sample.dat" target="Templates/SignalRConnectionInfoHttpTrigger-TypeScript/sample.dat" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-CSharp/SignalRConnectionInfoHttpTriggerCSharp.csx" target="Templates/SignalRConnectionInfoHttpTrigger-CSharp/run.csx" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-CSharp/function.json" target="Templates/SignalRConnectionInfoHttpTrigger-CSharp/function.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-CSharp/metadata.json" target="Templates/SignalRConnectionInfoHttpTrigger-CSharp/metadata.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-CSharp/sample.dat" target="Templates/SignalRConnectionInfoHttpTrigger-CSharp/sample.dat" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-PowerShell/run.ps1" target="Templates/SignalRConnectionInfoHttpTrigger-PowerShell/run.ps1" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-PowerShell/function.json" target="Templates/SignalRConnectionInfoHttpTrigger-PowerShell/function.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-PowerShell/metadata.json" target="Templates/SignalRConnectionInfoHttpTrigger-PowerShell/metadata.json" />
<file src="../../Functions.Templates/templates/SignalRConnectionInfoHttpTrigger-PowerShell/sample.dat" target="Templates/SignalRConnectionInfoHttpTrigger-PowerShell/sample.dat" />
</files>
</package>