From 4d5e2e6dfea096c94a04d49abb8cb8a1ca83ac55 Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Thu, 19 Oct 2017 16:21:29 -0700 Subject: [PATCH] [ADLA - ADLS] - [HOTFIX] - Update changelog (#3802) * [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 --- src/SDKs/DataLake.Analytics/changelog.md | 11 ++++++----- src/SDKs/DataLake.Store/changelog.md | 7 +++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/SDKs/DataLake.Analytics/changelog.md b/src/SDKs/DataLake.Analytics/changelog.md index 90c81258835d3..61a7f440a3685 100644 --- a/src/SDKs/DataLake.Analytics/changelog.md +++ b/src/SDKs/DataLake.Analytics/changelog.md @@ -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 diff --git a/src/SDKs/DataLake.Store/changelog.md b/src/SDKs/DataLake.Store/changelog.md index 2d33915fb600a..04d1dc2f337af 100644 --- a/src/SDKs/DataLake.Store/changelog.md +++ b/src/SDKs/DataLake.Store/changelog.md @@ -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.