Skip to content

Commit

Permalink
[DataLake Analytics & Store] Fixing changelog.md (#3549)
Browse files Browse the repository at this point in the history
* Code gen for ADLA

* This change is mapped to this PR:
Azure/azure-rest-api-specs#1429

* This commit is for ADLA

* Code gen for ADLS

* This change is mapped to this PR:
Azure/azure-rest-api-specs#1429

* This commit for ADLS

* Code gen for ADLS (part 2)

* I missed this file!

* Code gen for ADL (part 3)

* Updating to the correct commit number:
Azure/azure-rest-api-specs#1452

* Update Azure Batch to 5.1.0 (#3513)

* Fixing publishing of symbols. Fixing issue# 3518 (#3519)

* Fix Batch changelog references (#3517)

* Do hydra to swagger specs migration for azure-sdk-for-net (#3482)

* Do hydra to swagger specs migration for azure-sdk-for-net

* Fix build failed problem

* update the assemblyinfo file with the updated version 2.6.0

* Revert "update the assemblyinfo file with the updated version 2.6.0"

This reverts commit a33beb0.

* Updata the AssemblyFileVersion to 2.6.0.0

* revert package version

* Make project files concise.

* Add Provider test case

* update the pr with new tests with session records

* remove extra code

* Fixing changelog.md

* Fixing up changelog.md

* [DataLake Analytics] Fixing changelog.md

More descriptive and fixing indent issue that was not addressed in the previous commit

* [DataLake Store] Fixing changelog.md

More descriptive and fixing indent issue not addressed in a previous commit

* [DataLake Analytics] Fixing changelog.md

Adding an important note about retrieving a list of jobs and accounts
  • Loading branch information
ro-joowan authored and shahabhijeet committed Aug 10, 2017
1 parent 7006bb6 commit 3696923
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 19 deletions.
52 changes: 36 additions & 16 deletions src/SDKs/DataLake.Analytics/changelog.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,41 @@
## Microsoft.Azure.Management.DataLake.Analytics release notes
### Changes in 3.1.0-preview
- 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.
- For jobs submission, change JobInformation to CreateJobParameters
- For the properties use the right object (e.g. USqlJobProperties to CreateUSqlJobProperties)
- For building jobs, change JobInformation to BuildJobParameters
- For the properties use the right object (e.g. USqlJobProperties to CreateUSqlJobProperties)
- Note that the following fields are not part of BuildJobParameters
- degreeOfParallelism
- priority
- related
- Create a "Basic" jobInformation that is returned for LIST calls
- Setup inheritance for GET jobs
- Create an inheritance structure for GET and LIST ADLA
accounts.
- This also follows the Basic<Object> -> Object inheritance pattern.

**Breaking changes**

- Revised the inheritance structure for objects dealing with job creation, building, and retrieving.
- NOTE: Only U-SQL is supported in this change; therefore, Hive is not supported.
- When submitting jobs, change JobInformation objects to CreateJobParameters.
- When setting the properties for the CreateJobParameters object, be sure to change the USqlJobProperties object to a CreateUSqlJobProperties object.
- When building jobs, change JobInformation objects to BuildJobParameters objects.
- When setting the properties for the BuildJobParameters object, be sure to change the USqlJobProperties object to a CreateUSqlJobProperties object.
- NOTE: The following fields are not a part of the BuildJobParameters object:
- degreeOfParallelism
- priority
- related
- When getting a list of jobs, the object type that is returned is JobInformationBasic and not JobInformation (more information on the difference is below in the Notes section)
- When getting a list of accounts, the object type that is returned is DataLakeAnalyticsAccountBasic and not DataLakeAnalyticsAccount (more information on the difference is below in the Notes section)

**Notes**

- When getting a list of jobs, the job information for each job now includes a strict subset of the job information that is returned when getting a single job
- The following fields are included in the job information when getting a single job but are not included in the job information when getting a list of jobs:
- errorMessage
- stateAuditRecords
- properties
- runtimeVersion
- script
- type
- When getting a list of accounts, the account information for each account now includes a strict subset of the account information that is returned when getting a single account
- There are two ways to get a list of accounts: List and ListByResource methods
- The following fields are included in the account information when getting a list of accounts, which is less than the account information retrieved for a single account:
- provisioningState
- state
- creationTime
- lastModifiedTime
- endpoint
- When retrieving account information, an account id field called "accountId" is now included.
- accountId's description: The unique identifier associated with this Data Lake Analytics account.

### Changes in 3.0.1
- Add support for a `basic` parameter on `ListTables` and `ListTablesByDatabase` which enables a user to retrieve a limited set of properties when listing their tables, resulting in a performance improvement when full metadata is not required.
Expand Down
21 changes: 18 additions & 3 deletions src/SDKs/DataLake.Store/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
## Microsoft.Azure.Management.DataLake.Store release notes

### Changes in 2.3.0-preview
- Create an inheritance structure for GET and LIST ADLS accounts.
- This also follows the Basic<Object> -> Object inheritance pattern.
- Standardized the parameter name for file paths (e.g. fileDestination to path)

**Breaking change**

- When getting a list of accounts, the object type that is returned is DataLakeAnalyticsAccountBasic and not DataLakeAnalyticsAccount (more information on the difference is below in the Notes section)
- Standardized the parameter name for file paths in the url (e.g. fileDestination to path)

**Notes**

- When getting a list of accounts, the account information for each account now includes a strict subset of the account information that is returned when getting a single account
- There are two ways to get a list of accounts: List and ListByResource methods
- The following fields are included in the account information when getting a list of accounts, which is less than the account information retrieved for a single account:
- provisioningState
- state
- creationTime
- lastModifiedTime
- endpoint
- When retrieving account information, an account id field called "accountId" is now included.
- accountId's description: The unique identifier associated with this Data Lake Analytics account.

### Changes in 2.2.0
- Marking the 2.*.*-preview changes as stable for the second official release of the Data Lake Store SDK.
Expand Down

0 comments on commit 3696923

Please sign in to comment.