pulumi/CHANGELOG_PENDING.md
Ville Penttinen c8fd984488
[automation/dotnet] Allow null environment variables (#6687)
* [automation/dotnet] Allow null environment variables

* Update CHANGELOG_PENDING.md

* Update sdk/dotnet/Pulumi.Automation.Tests/LocalPulumiCmdTests.cs
2021-04-02 10:08:43 -04:00

13 lines
284 B
Markdown

### Breaking
### Improvements
- [automation/dotnet] Allow null environment variables
[#6687](https://github.com/pulumi/pulumi/pull/6687)
### Bug Fixes
- [automation/dotnet] Environment variable value type is now nullable.
[#6520](https://github.com/pulumi/pulumi/pull/6520)