Commit 53db433
authored
TemplateProvider for python v2 templates (#3799)
* Basic WIP of parsing v2 schema templates
* WIP
* WIP
* Handle project creation and job prompts/executes
* Initial PR feedback
* Rename FuctionTemplateV2 to FunctionV2Template
* Retrieve templates from extension bundle
* Use AzExtFsExtra.appendFile
* Fix build errors
* Rename BaseStep to StepBase
* PR feedback
* Rename FunctionV2Template variable
* Update package, add prog model step for Python, parse templates by template.v# rather than bundleVersions prop, default main app name
* Extra enumInputStep out to use QuickPickInputStep
* Refactor typings and add tests
* See if this fixes the tests at all
* Minor fixes
* Update backup templates for Pystein
* Revert changes in tests
* Revert changes in tests
* Add back changes removing .net 5
* Fix some build errors in test
* Comb through for a few more changes
* Fix build1 parent abb35de commit 53db433
File tree
64 files changed
+1531
-6061
lines changed- resources/backupTemplates/pystein
- bindings-v2
- templates-v2
- templates
- src
- commands
- appSettings/connectionSettings
- azureWebJobsStorage
- eventHubs
- sqlDatabase
- createFunction
- actionStepsV2
- ballerinaSteps
- dotnetSteps
- javaSteps
- promptStepsV2
- scriptSteps
- createNewProject
- ProjectCreateStep
- deploy
- initProjectForVSCode/InitVSCodeStep
- templates
- dotnet
- script
- utils
- test
- createFunction
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+1531
-6061
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1190 | 1190 | | |
1191 | 1191 | | |
1192 | 1192 | | |
1193 | | - | |
| 1193 | + | |
1194 | 1194 | | |
1195 | | - | |
| 1195 | + | |
1196 | 1196 | | |
1197 | 1197 | | |
1198 | 1198 | | |
| |||
Lines changed: 7 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | | - | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
| 261 | + | |
268 | 262 | | |
269 | 263 | | |
270 | 264 | | |
| |||
274 | 268 | | |
275 | 269 | | |
276 | 270 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 271 | + | |
283 | 272 | | |
284 | 273 | | |
285 | 274 | | |
| |||
289 | 278 | | |
290 | 279 | | |
291 | 280 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 281 | + | |
298 | 282 | | |
299 | 283 | | |
300 | 284 | | |
| |||
304 | 288 | | |
305 | 289 | | |
306 | 290 | | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
| 291 | + | |
313 | 292 | | |
314 | 293 | | |
315 | 294 | | |
| |||
319 | 298 | | |
320 | 299 | | |
321 | 300 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
| 301 | + | |
328 | 302 | | |
329 | 303 | | |
0 commit comments