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

Preconditions Script Checks Billing Account Format #117

Commits on Jan 17, 2019

  1. Replace json.dumps with json.dump for result output

    json.dump accepts file object as second argument and writes to it.
    There's no need to call `print` since it's writing to stdout.
    trotttrotttrott committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    2b08f11 View commit details
    Browse the repository at this point in the history
  2. Preconditions checks billing account is in correct format

    This will make the program fail faster should an obviously incorrect
    value be passed as the billing account.
    trotttrotttrott committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    9f874c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d835563 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Configuration menu
    Copy the full SHA
    7e04096 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    d9a948d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    71814f5 View commit details
    Browse the repository at this point in the history