Skip to content

Commit

Permalink
[ADLA - ADLS] - [HOTFIX] - Update changelog (Azure#3802)
Browse files Browse the repository at this point in the history
* [ADLA] - Update changelog for version 3.0.2

* [ADLA] - Update changelog

* [ADLS] - Update changelog

* Update changelog

* 3.0.1 for ADLA was never published to nuget

* 2.2.1 for ADLS was never published to nuget
  • Loading branch information
ro-joowan authored and JasonYang-MSFT committed Nov 17, 2017
1 parent 273423a commit 4d5e2e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/SDKs/DataLake.Analytics/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,16 @@
- 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.
- 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.

### Changes in 3.0.2
### Changes in 3.0.1

**Notes**

- Add a read-only field, InnerError of type JobInnerError, to the JobInnerError class.
### 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.
- This is a hotfix release; therefore, the changes addressed here do not carry over to the versions above.
- 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. (this is addressed in version 3.1.0-preview)
- Add a read-only field, InnerError of type JobInnerError, to the JobInnerError class (this is addressed in version 3.1.2-preview)
- Add two more states to `DataLakeAnalyticsAccountStatus` enum: `Undeleting` and `Canceled` (this will be addressed in an upcoming preview release)

### Changes in 3.0.0
- All previous preview changes (below) are now stable and part of the official release
Expand Down
7 changes: 7 additions & 0 deletions src/SDKs/DataLake.Store/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
- 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.1

**Notes**

- This is a hotfix release; therefore, the changes addressed here do not carry over to the versions above.
- Add two more states to `DataLakeStoreAccountStatus` enum: `Undeleting` and `Canceled` (this will be addressed in an upcoming preview release)

### 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 4d5e2e6

Please sign in to comment.