azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

[ML][Pipelines] fix: add environment_variable to CommandComponent schema

Open elliotzh opened this issue 3 years ago • 0 comments

Description

  • add environment_variable to some internal components
  • make internal CommandComponent/ParallelComponent inheriting parameterized schema to reduce maintenance cost

All SDK Contribution checklist:

  • [x] The pull request does not introduce [breaking changes]
  • [x] CHANGELOG is updated for new features, bug fixes or other significant changes.
  • [x] I have read the contribution guidelines.

General Guidelines and Best Practices

  • [ ] Title of the pull request is clear and informative.
  • [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • [ ] Pull request includes test coverage for the included changes.

elliotzh avatar Nov 07 '22 02:11 elliotzh