Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/SDKs/DataLake.Analytics/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

**Notes**

- The JobInnerError object is now recursively defined in order to capture additional error information returned by the service.
- Add a read-only field, InnerError of type JobInnerError, to the JobInnerError class.

### Changes in 3.1.1-preview

Expand Down Expand Up @@ -49,6 +49,12 @@
- 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.2

**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.

Expand Down