Commit 4baed2c
authored
Implement get and list functions (#3)
* Process operations that return array type as list functions in the Pulumi schema. Regenerate the schema and the SDKs. Schema is not yet correct
* Enable PR workflow
* Working on discriminated types for list functions
* Extract generating property specs from allOf schema into a separate method
* Delete the top-level types after processing allOf
* Regen SDKs
* Fix property type for list invokes
* Regen SDKs, schema. Implement Invoke.
* Generate getters
* Regen SDKs
* Fix issue with type names
* Cleanup
* update comment
* comments
* Regen SDKs
* Fix lint errors1 parent 76b3e84 commit 4baed2c
File tree
142 files changed
+10012
-3154
lines changed- .github/workflows
- provider
- cmd
- pulumi-gen-render
- pulumi-resource-render
- pkg
- gen
- provider
- sdk
- dotnet
- Owners
- Outputs
- Services
- Inputs
- Outputs
- go/render
- owners
- services
- nodejs
- owners
- services
- types
- enums
- owners
- services
- python/pulumi_render
- owners
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
142 files changed
+10012
-3154
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
366 | 370 | | |
367 | 371 | | |
368 | 372 | | |
369 | | - | |
| 373 | + | |
370 | 374 | | |
371 | 375 | | |
372 | 376 | | |
| |||
569 | 573 | | |
570 | 574 | | |
571 | 575 | | |
572 | | - | |
573 | | - | |
574 | | - | |
| 576 | + | |
575 | 577 | | |
576 | 578 | | |
577 | 579 | | |
| |||
897 | 899 | | |
898 | 900 | | |
899 | 901 | | |
900 | | - | |
| 902 | + | |
901 | 903 | | |
902 | 904 | | |
903 | 905 | | |
| |||
1034 | 1036 | | |
1035 | 1037 | | |
1036 | 1038 | | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
1040 | 1042 | | |
1041 | 1043 | | |
1042 | 1044 | | |
| |||
1269 | 1271 | | |
1270 | 1272 | | |
1271 | 1273 | | |
1272 | | - | |
1273 | | - | |
1274 | | - | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
1275 | 1277 | | |
1276 | 1278 | | |
1277 | 1279 | | |
| |||
1656 | 1658 | | |
1657 | 1659 | | |
1658 | 1660 | | |
1659 | | - | |
1660 | | - | |
1661 | | - | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
1662 | 1664 | | |
1663 | 1665 | | |
1664 | 1666 | | |
| |||
1797 | 1799 | | |
1798 | 1800 | | |
1799 | 1801 | | |
1800 | | - | |
| 1802 | + | |
1801 | 1803 | | |
1802 | 1804 | | |
1803 | 1805 | | |
| |||
1822 | 1824 | | |
1823 | 1825 | | |
1824 | 1826 | | |
1825 | | - | |
| 1827 | + | |
1826 | 1828 | | |
1827 | 1829 | | |
1828 | 1830 | | |
| |||
2143 | 2145 | | |
2144 | 2146 | | |
2145 | 2147 | | |
2146 | | - | |
| 2148 | + | |
2147 | 2149 | | |
2148 | 2150 | | |
2149 | 2151 | | |
| |||
2186 | 2188 | | |
2187 | 2189 | | |
2188 | 2190 | | |
2189 | | - | |
| 2191 | + | |
2190 | 2192 | | |
2191 | 2193 | | |
2192 | 2194 | | |
| |||
2328 | 2330 | | |
2329 | 2331 | | |
2330 | 2332 | | |
2331 | | - | |
| 2333 | + | |
2332 | 2334 | | |
2333 | 2335 | | |
2334 | 2336 | | |
| |||
2371 | 2373 | | |
2372 | 2374 | | |
2373 | 2375 | | |
2374 | | - | |
| 2376 | + | |
2375 | 2377 | | |
2376 | 2378 | | |
2377 | 2379 | | |
| |||
2513 | 2515 | | |
2514 | 2516 | | |
2515 | 2517 | | |
2516 | | - | |
| 2518 | + | |
2517 | 2519 | | |
2518 | 2520 | | |
2519 | 2521 | | |
| |||
2531 | 2533 | | |
2532 | 2534 | | |
2533 | 2535 | | |
2534 | | - | |
| 2536 | + | |
2535 | 2537 | | |
2536 | 2538 | | |
2537 | 2539 | | |
| |||
2677 | 2679 | | |
2678 | 2680 | | |
2679 | 2681 | | |
2680 | | - | |
| 2682 | + | |
2681 | 2683 | | |
2682 | 2684 | | |
2683 | 2685 | | |
| |||
2692 | 2694 | | |
2693 | 2695 | | |
2694 | 2696 | | |
2695 | | - | |
| 2697 | + | |
2696 | 2698 | | |
2697 | 2699 | | |
2698 | 2700 | | |
| |||
2838 | 2840 | | |
2839 | 2841 | | |
2840 | 2842 | | |
2841 | | - | |
| 2843 | + | |
2842 | 2844 | | |
2843 | 2845 | | |
2844 | 2846 | | |
| |||
2868 | 2870 | | |
2869 | 2871 | | |
2870 | 2872 | | |
2871 | | - | |
| 2873 | + | |
2872 | 2874 | | |
2873 | 2875 | | |
2874 | 2876 | | |
| |||
3023 | 3025 | | |
3024 | 3026 | | |
3025 | 3027 | | |
3026 | | - | |
| 3028 | + | |
3027 | 3029 | | |
3028 | 3030 | | |
3029 | 3031 | | |
| |||
3060 | 3062 | | |
3061 | 3063 | | |
3062 | 3064 | | |
3063 | | - | |
| 3065 | + | |
3064 | 3066 | | |
3065 | 3067 | | |
3066 | 3068 | | |
| |||
3554 | 3556 | | |
3555 | 3557 | | |
3556 | 3558 | | |
3557 | | - | |
| 3559 | + | |
3558 | 3560 | | |
3559 | 3561 | | |
3560 | 3562 | | |
| |||
3613 | 3615 | | |
3614 | 3616 | | |
3615 | 3617 | | |
3616 | | - | |
| 3618 | + | |
3617 | 3619 | | |
3618 | 3620 | | |
3619 | 3621 | | |
| |||
4517 | 4519 | | |
4518 | 4520 | | |
4519 | 4521 | | |
4520 | | - | |
| 4522 | + | |
4521 | 4523 | | |
4522 | 4524 | | |
4523 | 4525 | | |
| |||
4598 | 4600 | | |
4599 | 4601 | | |
4600 | 4602 | | |
4601 | | - | |
| 4603 | + | |
4602 | 4604 | | |
4603 | 4605 | | |
4604 | 4606 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments