-
Notifications
You must be signed in to change notification settings - Fork 197
/
ExtensionBundlePreviewTemplates-4.x.nuspec
218 lines (190 loc) · 23.9 KB
/
ExtensionBundlePreviewTemplates-4.x.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
<?xml version="1.0"?>
<package >
<metadata>
<id>ExtensionBundle.Preview.v4.Templates</id>
<version>4.0.$patchVersion$</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 Microsoft.Azure.Functions.ExtensionBundle</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-5.x\*.*" target="templates\BlobTrigger-CSharp" exclude="**\*.cs"/>
<file src="..\..\..\Functions.Templates\templates\BlobTrigger-Custom\**" target="templates\BlobTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\BlobTrigger-JavaScript\**" target="templates\BlobTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\BlobTrigger-PowerShell\**" target="templates\BlobTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\BlobTrigger-Python\**" target="templates\BlobTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\BlobTrigger-TypeScript\**" target="templates\BlobTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\CosmosDBTrigger-CSharp-4.x\*.*" target="Templates\CosmosDBTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\CosmosDBTrigger-Custom\**" target="Templates\CosmosDBTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\CosmosDBTrigger-JavaScript-4.x\**" target="Templates\CosmosDBTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\CosmosDBTrigger-PowerShell-4.x\**" target="Templates\CosmosDBTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\CosmosDBTrigger-Python-4.x\**" target="templates\CosmosDBTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\CosmosDBTrigger-TypeScript-4.x\**" target="Templates\CosmosDBTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsActivity-CSharp-2.x\*.*" target="templates\DurableFunctionsActivity-CSharp" exclude="**\*.cs"/>
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsActivity-JavaScript\**" target="Templates\DurableFunctionsActivity-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsActivity-PowerShell\**" target="Templates\DurableFunctionsActivity-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsActivity-Python\**" target="Templates\DurableFunctionsActivity-Python" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsActivity-TypeScript\**" target="Templates\DurableFunctionsActivity-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsEntity-JavaScript\**" target="Templates\DurableFunctionsEntity-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsEntity-Python\**" target="Templates\DurableFunctionsEntity-Python" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsEntity-TypeScript\**" target="Templates\DurableFunctionsEntity-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsEntityClass-CSharp-2.x\*.*" target="templates\DurableFunctionsEntityClass-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsEntityFunction-CSharp-2.x\**" target="templates\DurableFunctionsEntityFunction-CSharp" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsEntityHttpStart-CSharp-2.x\**" target="templates\DurableFunctionsEntityHttpStart-CSharp" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsEntityHttpStart-JavaScript\**" target="Templates\DurableFunctionsEntityHttpStart-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsEntityHttpStart-TypeScript\**" target="Templates\DurableFunctionsEntityHttpStart-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsHttpStart-CSharp-2.x\*.*" target="templates\DurableFunctionsHttpStart-CSharp" exclude="**\*.cs"/>
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsHttpStart-JavaScript\**" target="templates\DurableFunctionsHttpStart-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsHttpStart-PowerShell-2.x\**" target="templates\DurableFunctionsHttpStart-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsHttpStart-Python-2.x\**" target="Templates\DurableFunctionsHttpStart-Python" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsHttpStart-TypeScript\**" target="templates\DurableFunctionsHttpStart-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsOrchestrator-CSharp-2.x\*.*" target="templates\DurableFunctionsOrchestrator-CSharp" exclude="**\*.cs"/>
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsOrchestrator-JavaScript\**" target="Templates\DurableFunctionsOrchestrator-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsOrchestrator-PowerShell-2.x\**" target="Templates\DurableFunctionsOrchestrator-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsOrchestrator-Python-2.x\**" target="Templates\DurableFunctionsOrchestrator-Python" />
<file src="..\..\..\Functions.Templates\templates\DurableFunctionsOrchestrator-TypeScript\**" target="Templates\DurableFunctionsOrchestrator-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\EventGridTrigger-CSharp-3.x\*.*" target="Templates\EventGridTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\EventGridTrigger-Custom\**" target="Templates\EventGridTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\EventGridTrigger-JavaScript\**" target="Templates\EventGridTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\EventGridTrigger-PowerShell\**" target="Templates\EventGridTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\EventGridTrigger-Python\**" target="templates\EventGridTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\EventGridTrigger-TypeScript\**" target="Templates\EventGridTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\EventHubTrigger-CSharp-5.x\*.*" target="templates\EventHubTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\EventHubTrigger-Custom\**" target="templates\EventHubTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\EventHubTrigger-JavaScript\**" target="templates\EventHubTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\EventHubTrigger-PowerShell\**" target="Templates\EventHubTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\EventHubTrigger-Python\**" target="templates\EventHubTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\EventHubTrigger-TypeScript\**" target="templates\EventHubTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\HttpTrigger-CSharp\*.*" target="templates\HttpTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\HttpTrigger-Custom\**" target="templates\HttpTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\HttpTrigger-JavaScript\**" target="templates\HttpTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\HttpTrigger-PowerShell\**" target="templates\HttpTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\HttpTrigger-Python\**" target="templates\HttpTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\HttpTrigger-TypeScript\**" target="templates\HttpTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\IoTHubTrigger-CSharp\*.*" target="Templates\IoTHubTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\IoTHubTrigger-Custom\**" target="Templates\IoTHubTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\IoTHubTrigger-JavaScript\**" target="Templates\IoTHubTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\IoTHubTrigger-PowerShell\**" target="Templates\IoTHubTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\IoTHubTrigger-TypeScript\**" target="Templates\IoTHubTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\KafkaOutput-CSharp\*.*" target="templates\KafkaOutput-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\KafkaOutput-JavaScript\**" target="templates\KafkaOutput-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\KafkaOutput-PowerShell\**" target="templates\KafkaOutput-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\KafkaOutput-Python\**" target="templates\KafkaOutput-Python" />
<file src="..\..\..\Functions.Templates\templates\KafkaOutput-TypeScript\**" target="templates\KafkaOutput-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\KafkaTrigger-CSharp\*.*" target="templates\KafkaTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\KafkaTrigger-Custom\**" target="templates\KafkaTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\KafkaTrigger-JavaScript\**" target="templates\KafkaTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\KafkaTrigger-PowerShell\**" target="templates\KafkaTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\KafkaTrigger-Python\**" target="templates\KafkaTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\KafkaTrigger-TypeScript\**" target="templates\KafkaTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\QueueTrigger-CSharp-3.x\*.*" target="templates\QueueTrigger-CSharp" exclude="**\*.cs;" />
<file src="..\..\..\Functions.Templates\templates\QueueTrigger-Custom\**" target="templates\QueueTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\QueueTrigger-JavaScript\**" target="templates\QueueTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\QueueTrigger-PowerShell\**" target="templates\QueueTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\QueueTrigger-Python\**" target="templates\QueueTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\QueueTrigger-TypeScript\**" target="templates\QueueTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\RabbitMQTrigger-CSharp\*.*" target="templates\RabbitMQTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\RabbitMQTrigger-Custom\**" target="templates\RabbitMQTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\RabbitMQTrigger-JavaScript\**" target="templates\RabbitMQTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\RabbitMQTrigger-PowerShell\**" target="templates\RabbitMQTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\RabbitMQTrigger-Python\**" target="templates\RabbitMQTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\RabbitMQTrigger-TypeScript\**" target="templates\RabbitMQTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\SendGrid-CSharp-3.x\*.*" target="templates\SendGrid-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\SendGrid-Custom\**" target="templates\SendGrid-Custom" />
<file src="..\..\..\Functions.Templates\templates\SendGrid-JavaScript\**" target="templates\SendGrid-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\SendGrid-PowerShell\**" target="Templates\SendGrid-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\SendGrid-TypeScript\**" target="templates\SendGrid-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusQueueTrigger-CSharp\*.*" target="Templates\ServiceBusQueueTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusQueueTrigger-Custom\**" target="Templates\ServiceBusQueueTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusQueueTrigger-JavaScript\**" target="Templates\ServiceBusQueueTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusQueueTrigger-PowerShell\**" target="Templates\ServiceBusQueueTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusQueueTrigger-Python\**" target="templates\ServiceBusQueueTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusQueueTrigger-TypeScript\**" target="Templates\ServiceBusQueueTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusTopicTrigger-CSharp\*.*" target="Templates\ServiceBusTopicTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusTopicTrigger-Custom\**" target="Templates\ServiceBusTopicTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusTopicTrigger-JavaScript\**" target="Templates\ServiceBusTopicTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusTopicTrigger-PowerShell\**" target="Templates\ServiceBusTopicTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusTopicTrigger-Python\**" target="templates\ServiceBusTopicTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\ServiceBusTopicTrigger-TypeScript\**" target="Templates\ServiceBusTopicTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\SignalRConnectionInfoHttpTrigger-CSharp\*.*" target="Templates\SignalRConnectionInfoHttpTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\SignalRConnectionInfoHttpTrigger-Custom\**" target="Templates\SignalRConnectionInfoHttpTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\SignalRConnectionInfoHttpTrigger-JavaScript\**" target="Templates\SignalRConnectionInfoHttpTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\SignalRConnectionInfoHttpTrigger-PowerShell\**" target="Templates\SignalRConnectionInfoHttpTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\SignalRConnectionInfoHttpTrigger-TypeScript\**" target="Templates\SignalRConnectionInfoHttpTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\SqlInputBinding-Python\**" target="Templates\SqlInputBinding-Python" />
<file src="..\..\..\Functions.Templates\templates\SqlOutputBinding-Python\**" target="Templates\SqlOutputBinding-Python" />
<file src="..\..\..\Functions.Templates\templates\SqlInputBinding-Typescript\**" target="Templates\SqlInputBinding-Typescript" />
<file src="..\..\..\Functions.Templates\templates\SqlOutputBinding-Typescript\**" target="Templates\SqlOutputBinding-Typescript" />
<file src="..\..\..\Functions.Templates\templates\SqlInputBinding-JavaScript\**" target="templates\SqlInputBinding-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\SqlOutputBinding-JavaScript\**" target="templates\SqlOutputBinding-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\SqlInputBinding-PowerShell\**" target="Templates\SqlInputBinding-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\SqlOutputBinding-PowerShell\**" target="Templates\SqlOutputBinding-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\SqlTrigger-CSharp\*.*" target="Templates\SqlTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\SqlTrigger-Python\**" target="Templates\SqlTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\SqlTrigger-Typescript\**" target="Templates\SqlTrigger-Typescript" />
<file src="..\..\..\Functions.Templates\templates\SqlTrigger-JavaScript\**" target="templates\SqlTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\SqlTrigger-PowerShell\**" target="Templates\SqlTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\TimerTrigger-CSharp\*.*" target="templates\TimerTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\TimerTrigger-Custom\**" target="templates\TimerTrigger-Custom" />
<file src="..\..\..\Functions.Templates\templates\TimerTrigger-JavaScript\**" target="templates\TimerTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\TimerTrigger-PowerShell\**" target="templates\TimerTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\TimerTrigger-Python\**" target="templates\TimerTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\TimerTrigger-TypeScript\**" target="templates\TimerTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\AuthenticationEventsTrigger-CSharp\*.*" target="templates\AuthenticationEventsTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\AuthenticationEventsTrigger-Python\**" target="templates\AuthenticationEventsTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\AuthenticationEventsTrigger-TypeScript\**" target="templates\AuthenticationEventsTrigger-TypeScript" />
<file src="..\..\..\Functions.Templates\templates\AuthenticationEventsTrigger-JavaScript\**" target="templates\AuthenticationEventsTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\KustoInputBinding-Python\*.*" target="Templates\KustoInputBinding-Python" />
<file src="..\..\..\Functions.Templates\templates\KustoOutputBinding-Python\*.*" target="Templates\KustoOutputBinding-Python" />
<file src="..\..\..\Functions.Templates\templates\KustoInputBinding-JavaScript\**" target="templates\KustoInputBinding-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\KustoOutputBinding-JavaScript\**" target="templates\KustoOutputBinding-JavaScript" />
<!-- Templates v2 -->
<file src="../../../Functions.Templates\Bindings\userPrompts.json" target="Bindings-v2/userPrompts.json" />
<file src="..\..\..\Functions.Templates\Templates-v2\DaprPublishOutputBinding-Python\*.*" target="templates-v2\DaprPublishOutputBinding-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\DaprServiceInvocationTrigger-Python\*.*" target="templates-v2\DaprServiceInvocationTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\DaprTopicTrigger-Python\*.*" target="templates-v2\DaprTopicTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\HttpTrigger-Python\*.*" target="templates-v2\HttpTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\TimerTrigger-Python\*.*" target="templates-v2\TimerTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\EventHubTrigger-Python\*.*" target="templates-v2\EventHubTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\BlobTrigger-Python\*.*" target="templates-v2\BlobTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\EventGridTrigger-Python\*.*" target="templates-v2\EventGridTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\QueueTrigger-Python\*.*" target="templates-v2\QueueTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\ServiceBusQueueTrigger-Python\*.*" target="templates-v2\ServiceBusQueueTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\ServiceBusTopicTrigger-Python\*.*" target="templates-v2\ServiceBusTopicTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\CosmosDbTrigger-Python\*.*" target="templates-v2\CosmosDbTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\OpenAI-TextCompletion-Python\*.*" target="templates-v2\OpenAI-TextCompletion-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\OpenAI-Chat-Python\*.*" target="templates-v2\OpenAI-Chat-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\OpenAI-Embeddings-Python\*.*" target="templates-v2\OpenAI-Embeddings-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\OpenAI-RAG-Python\*.*" target="templates-v2\OpenAI-RAG-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\EventGridBlobTrigger-Python\*.*" target="templates-v2\EventGridBlobTrigger-Python"/>
<!-- Templates v2 -->
<file src="..\..\..\Functions.Templates\templates\DaprPublishOutputBinding-JavaScript\**" target="templates\DaprPublishOutputBinding-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\DaprServiceInvocationTrigger-JavaScript\**" target="templates\DaprServiceInvocationTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\DaprTopicTrigger-JavaScript\**" target="templates\DaprTopicTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\DaprPublishOutputBinding-Python\**" target="Templates\DaprPublishOutputBinding-Python" />
<file src="..\..\..\Functions.Templates\templates\DaprServiceInvocationTrigger-Python\**" target="Templates\DaprServiceInvocationTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\DaprTopicTrigger-Python\**" target="Templates\DaprTopicTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\DaprPublishOutputBinding-PowerShell\**" target="Templates\DaprPublishOutputBinding-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\DaprServiceInvocationTrigger-PowerShell\**" target="Templates\DaprServiceInvocationTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\DaprTopicTrigger-PowerShell\**" target="Templates\DaprTopicTrigger-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\MySqlInputBinding-Python\**" target="Templates\MySqlInputBinding-Python" />
<file src="..\..\..\Functions.Templates\templates\MySqlOutputBinding-Python\**" target="Templates\MySqlOutputBinding-Python" />
<file src="..\..\..\Functions.Templates\templates\MySqlInputBinding-Typescript\**" target="Templates\MySqlInputBinding-Typescript" />
<file src="..\..\..\Functions.Templates\templates\MySqlOutputBinding-Typescript\**" target="Templates\MySqlOutputBinding-Typescript" />
<file src="..\..\..\Functions.Templates\templates\MySqlInputBinding-JavaScript\**" target="templates\MySqlInputBinding-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\MySqlOutputBinding-JavaScript\**" target="templates\MySqlOutputBinding-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\MySqlInputBinding-PowerShell\**" target="Templates\MySqlInputBinding-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\MySqlOutputBinding-PowerShell\**" target="Templates\MySqlOutputBinding-PowerShell" />
<file src="..\..\..\Functions.Templates\templates\MySqlTrigger-CSharp\*.*" target="Templates\MySqlTrigger-CSharp" exclude="**\*.cs" />
<file src="..\..\..\Functions.Templates\templates\MySqlTrigger-Python\**" target="Templates\MySqlTrigger-Python" />
<file src="..\..\..\Functions.Templates\templates\MySqlTrigger-Typescript\**" target="Templates\MySqlTrigger-Typescript" />
<file src="..\..\..\Functions.Templates\templates\MySqlTrigger-JavaScript\**" target="templates\MySqlTrigger-JavaScript" />
<file src="..\..\..\Functions.Templates\templates\MySqlTrigger-PowerShell\**" target="Templates\MySqlTrigger-PowerShell" />
</files>
</package>