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

Change ContainerInstance environment variables from anonymous records to ADT #372

Closed
jjguijt opened this issue Sep 22, 2020 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@jjguijt
Copy link

jjguijt commented Sep 22, 2020

Environment variables for containers currently use anonymous records. I think this should be changed to an algebraic data type, because:

  • Arguably, the code is more clear.
  • Not using anonymous records enables interop from C# (which is important for my use case)

The proposed changes are in #371

Please let me know if there is a better solution.

@isaacabraham
Copy link
Member

Sounds good.

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

No branches or pull requests

2 participants