pulumi/pkg/codegen/testing/test/testdata/plain-and-default/go/foo
Fraser Waters c227b1dafa
Use camelCase for schema names (#15373)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

A few of the test schema's were using snake_case names. Codegen doesn't
actually deal well with that so was giving some odd snapshot results,
this just fixes up the tests to use camelCase instead to get more
standard codegen results out.
2024-02-05 10:42:32 +00:00
..
internal Support returning plain values from methods (#13592) 2023-11-18 06:02:06 +00:00
x Use camelCase for schema names (#15373) 2024-02-05 10:42:32 +00:00
doc.go codegen/go: Remove superfluous newline in doc.go 2022-11-30 14:17:13 +00:00
init.go Generate new tests 2023-06-14 09:34:49 -07:00
moduleResource.go Use camelCase for schema names (#15373) 2024-02-05 10:42:32 +00:00
provider.go codegen/go: Implement pux.Input[T] for generated types (#13510) 2023-08-28 16:42:37 +00:00
pulumi-plugin.json export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
pulumiEnums.go [sdk-gen/go] Fix generated usage documentation for enum input types (#14739) 2023-12-12 17:52:25 +00:00