pulumi/pkg/codegen/dotnet
Luke Hoban 36eea9e1e2 Support secret default values in schema and codegen
Currently, the secretness is only applied to default values used as input values for resources.  It is not applied to the defaults expoed in the `config` modules.  Doing the latter may also be desired - but (a) it would be a breaking change as the types would need to change from primitives to Outputs and (b) users can always manually wrap value retreived from this module with `pulumi.secret` if desired (a choice they do not have for the default resource inputs case).

Part of pulumi/pulumi-azure#576.
2020-05-21 21:30:04 -07:00
..
doc.go [codegen/docs] Use the C# namespaces override map for links. (#4616) 2020-05-13 09:32:40 -07:00
doc_test.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen.go Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
gen_intrinsics.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
gen_program.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
gen_program_expressions.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
gen_program_test.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
importer.go Introduce k8s compatibility mode to C# codegen (#4544) 2020-05-19 11:41:06 +02:00
templates.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
utilities.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00