changelog/v2.17.2.md
.NET: Allow IMock.NewResourceAsync to return a null ID for component resources.
Note that this may require mocks written in C# to be updated to account for the
change in nullability.
#6104
[automation/go] Add debug logging settings for common automation API operations #6095
[automation/go] Set DryRun on previews so unknowns are identified correctly. #6099
[sdk/python] Fix python 3.6 support by removing annotations import. #6109
[sdk/nodejs] Added pulumi.unsecret which will take an existing secret output and
create a non-secret variant with an unwrapped secret value. Also adds,
pulumi.isSecret which will take an existing output and
determine if an output has a secret within the output.
#6086
[sdk/python] Added pulumi.unsecret which will take an existing secret output and
create a non-secret variant with an unwrapped secret value. Also adds,
pulumi.is_secret which will take an existing output and
determine if an output has a secret within the output.
#6111