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 required name parameter in dynamic client #75072

Merged

Commits on Mar 21, 2019

  1. Check for required name parameter in dynamic client

    The Create, Delete, Get, Patch, Update and UpdateStatus
    methods in the dynamic client all expect the name
    parameter to be non-empty, but did not validate this
    requirement, which could lead to a panic. Add explicit
    checks to these methods.
    lblackstone committed Mar 21, 2019
    Copy the full SHA
    a9cba03 View commit details
    Browse the repository at this point in the history