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

Depend on pu/pu v3.48.0 #424

Merged
merged 5 commits into from
Dec 7, 2022
Merged

Depend on pu/pu v3.48.0 #424

merged 5 commits into from
Dec 7, 2022

Commits on Dec 7, 2022

  1. Upgrade pu/pu dep to v3.48.0

    iwahbe committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ecdd225 View commit details
    Browse the repository at this point in the history
  2. Remove environmentType from azure-container-apps

    This property is not present in the azure-native schema, not does it
    pass type check in Pulumi YAML.
    iwahbe committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4b641b0 View commit details
    Browse the repository at this point in the history
  3. Mock out RunPlugin for *uamlLanguageHost

    This is needed for interface compliance.
    iwahbe committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7ab2488 View commit details
    Browse the repository at this point in the history
  4. Skip typechecking for remaining examples

    `azure-app-service` should type check, pulumi/pulumi#11572 will address
    the issue.
    
    I'm not sure why `aws-static-website` doesn't type check, the error
    message is inscrutable. I opened pulumi/pulumi#11573 to address the
    error message. We can come back to the underlying error after the error
    message describes the error in a readable way.
    iwahbe committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    eec9b46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62d6ed8 View commit details
    Browse the repository at this point in the history