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

Improve CustomResource for Python SDK #700

Merged
merged 12 commits into from
Aug 23, 2019

Commits on Aug 23, 2019

  1. Improve CustomResource for Python SDK

    - Standardize arg names with the rest of the SDK
    - Add typing
    - Add .get method
    - Add test
    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    0c1e6ee View commit details
    Browse the repository at this point in the history
  2. Remove unneeded import

    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    e11a702 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    056961c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    932d09b View commit details
    Browse the repository at this point in the history
  5. Properly unwrap Inputs

    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    c3fcb75 View commit details
    Browse the repository at this point in the history
  6. Respond to feedback

    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    5d6ba66 View commit details
    Browse the repository at this point in the history
  7. Address feedback

    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    412c91f View commit details
    Browse the repository at this point in the history
  8. Fix changelog

    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    52eebe2 View commit details
    Browse the repository at this point in the history
  9. Pull in pulumi/pulumi changes

    - CustomResource can now pass Input[str] for id
    - Update get test's pulumi/pulumi dep to use the change
    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    1a76279 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a480071 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99f9350 View commit details
    Browse the repository at this point in the history
  12. Simplify opts merge

    lblackstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    c9f9fcb View commit details
    Browse the repository at this point in the history