Skip to content

Commit a3f40e6

Browse files
authored
Add python3.9 entry to manifest-v2.json
1 parent e2d2c2c commit a3f40e6

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

tests/functional/testdata/init/unknown_runtime/manifest-v2.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,15 @@
1818
"packageType": "Zip",
1919
"useCaseName": "Hello World Example"
2020
}
21+
],
22+
"python3.9": [
23+
{
24+
"directory": "python3.9/cookiecutter-aws-sam-hello",
25+
"displayName": "Hello World Example",
26+
"dependencyManager": "pip",
27+
"appTemplate": "hello-world",
28+
"packageType": "Zip",
29+
"useCaseName": "Hello World Example"
30+
}
2131
]
22-
}
32+
}

0 commit comments

Comments
 (0)