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

check for IsComputed when validating a schema object #14801

Merged
merged 1 commit into from
May 24, 2017

Commits on May 24, 2017

  1. check for IsComputed when validating a schema obj

    GH-14784 allowed nested structures to be validate, rather than relying
    on the raw value. However this still returns the same validation error
    if the structures contain a computed value, since Get will return the
    raw string in that case.
    
    This simply skips the validation in the IsComputed case, since there's
    nothing that can be checked.
    jbardin committed May 24, 2017
    Configuration menu
    Copy the full SHA
    6bc52be View commit details
    Browse the repository at this point in the history