forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Adl object refactor (Azure#1429)
* 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. * Fix examples and job_build * Missed some of the example changes * Missed Job_Build, which should have its own parameters object as well. * Moving accountId into the right place in the example. * Updates to include name for buildjob
- Loading branch information
Showing
12 changed files
with
343 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.