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

BREAKING CHANGE: Adl object refactor #1429

Merged
merged 5 commits into from
Jul 18, 2017

Commits on Jul 17, 2017

  1. Refactor objects for account and for job submission

    This does the following:
    * Create an explicit set of parameters for job submission. NOTE: Only
    U-SQL is supported in this change, no hive jobs are supported at
    present.
    * Create a "Basic" jobInformation that is returned for LIST calls
    * Setup inheritance for GET jobs
    * Create an inheritance structure for GET and LIST ADLS and ADLA
    accounts.
    * This also follows the Basic<Object> -> Object inheritance pattern.
    begoldsm committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    986200b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Merge branch 'current' of https://github.com/Azure/azure-rest-api-specs

    … into adl_object_refactor
    begoldsm committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    8b1cef7 View commit details
    Browse the repository at this point in the history
  2. Fix examples and job_build

    * Missed some of the example changes
    * Missed Job_Build, which should have its own parameters object as well.
    begoldsm committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    2efde1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6180531 View commit details
    Browse the repository at this point in the history
  4. Updates to include name for buildjob

    begoldsm committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    7108034 View commit details
    Browse the repository at this point in the history