pulumi/pkg/codegen/internal/test/testdata/output-funcs/go/codegen-manifest.json
Anton Tayanovskyy e710125885
5758 for C#/.NET (#7899)
* Rebase 5758 .NET work and make output-funcs pass

* Propagate changes to the other examples

* CHANGELOG

* Address PR feedback

* Add a test reproducing aws-native compilation failure

* Fix dangling type ref issue in the .NET backend for codegen

* Accept changes and unskip simple-methods-schema compile check

* Accept changes in node, python, go codegen

* SDK changes to enable a better implementation approach

* Switch approach to support functions like GetAmiIds; avoid name conflicts under tfbridge20

* Make all dotnet tests pass, mechanical fixes + accept test output

* Accept python changes

* Accept node output

* Accept docs changes

* Deepen the unit test to cover the interesting helper type

* Accept go changes and fixup tests

* Implement dep propagation through Invoke

* Fixup cyclic-types

* Accept codegen

* NOTE we now require .NET SDK 3.15 or higher
2021-10-18 18:18:15 -04:00

19 lines
499 B
JSON

{
"emittedFiles": [
"mypkg/doc.go",
"mypkg/funcWithAllOptionalInputs.go",
"mypkg/funcWithConstInput.go",
"mypkg/funcWithDefaultValue.go",
"mypkg/funcWithDictParam.go",
"mypkg/funcWithListParam.go",
"mypkg/getBastionShareableLink.go",
"mypkg/getClientConfig.go",
"mypkg/getIntegrationRuntimeObjectMetadatum.go",
"mypkg/init.go",
"mypkg/listStorageAccountKeys.go",
"mypkg/provider.go",
"mypkg/pulumiTypes.go",
"mypkg/pulumiUtilities.go"
]
}