Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow environment variables to have a null value #6520

Merged
merged 2 commits into from
Apr 1, 2021

Conversation

MisinformedDNA
Copy link
Contributor

Fixes #6499

@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

1 similar comment
@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

@MisinformedDNA
Copy link
Contributor Author

@justinvp @mikhailshilkov

Do you guys want any changes? Should I note this in the CHANGELOG?

@mikhailshilkov
Copy link
Member

LGTM overall

@komalali Do we want to do the same across all languages? E.g. TypeScript doesn't mark it as nullable either:

envVars?: { [key: string]: string };

@komalali
Copy link
Member

LGTM. We do want this across languages but that shouldn't have to be @MisinformedDNA's cross to bear. An addition to the CHANGELOG will suffice 🙏🏽

@komalali
Copy link
Member

/run-acceptance-tests

@github-actions
Copy link

Please view the results of the PR Build + Acceptance Tests Run Here

1 similar comment
@github-actions
Copy link

Please view the results of the PR Build + Acceptance Tests Run Here

Copy link
Member

@mikhailshilkov mikhailshilkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Could you please add a changelog entry and we'll merge. Thank you!

@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

@mikhailshilkov
Copy link
Member

@MisinformedDNA Sorry to bother you again but there are conflicts in two files now. Could you please resolve them?

# Conflicts:
#	sdk/dotnet/Pulumi.Automation/Commands/IPulumiCmd.cs
#	sdk/dotnet/Pulumi.Automation/Commands/LocalPulumiCmd.cs
@github-actions
Copy link

github-actions bot commented Apr 1, 2021

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LocalWorkspaceOptions.EnvironmentVariables should allow null values
3 participants