pulumi/tests/integration/get_resource/dotnet
Kyle Dixler d2914c3862
fix unmarshalling secrets raw (#10239)
During Invoke, secrets are stripped and returned back in cleartext. If not specified in the MarshalProperties struct the default value for KeepSecrets(a boolean) is false. This PR keeps them encrypted when returning them.
2022-07-26 11:04:13 -07:00
..
.gitignore Add support for getResource to the .NET SDK (#5817) 2020-11-23 20:55:03 +01:00
GetResource.csproj dotnet program-gen now targets .NET 6 (#10143) 2022-07-21 21:04:02 +02:00
Program.cs fix unmarshalling secrets raw (#10239) 2022-07-26 11:04:13 -07:00
Pulumi.yaml Add support for getResource to the .NET SDK (#5817) 2020-11-23 20:55:03 +01:00