Skip to content

Commit

Permalink
Changelog update for file/datalake service for beta.5 (#978)
Browse files Browse the repository at this point in the history
* Changelog update for file/datalake service for beta.5

* Resolved review comments and refined the documentation.

* Add full stops.

* Moved bug fix below the features/breaking change section.
  • Loading branch information
katmsft authored Nov 13, 2020
1 parent 206c8fb commit a96f4c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions sdk/storage/azure-storage-files-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 12.0.0-beta.5 (2020-11-13)

### Breaking Changes

* Move header `azure/storage/files/datalake/datalake.hpp` to `azure/storage/files/datalake.hpp`
* Moved header `azure/storage/files/datalake/datalake.hpp` to `azure/storage/files/datalake.hpp`.
* Moved returning model types and related functions in `Azure::Storage::Files::DataLake` to `Azure::Storage::Files::DataLake::Models`, and made other code private by moving it into `Azure::Storage::Files::DataLake::Details`.
* Renamed `Azure::Storage::Files::DataLake::ServiceClient` to `Azure::Storage::Files::DataLake::DataLakeServiceClient`.

## 1.0.0-beta.4 (2020-10-16)

### Bug Fixes

* Unencoded FileSystem/File/Path/Directory name is now encoded.

## 1.0.0-beta.3 (2020-10-13)

### New Features

* Service version is now 2020-02-10.
Expand All @@ -28,11 +24,15 @@
* `ETag` and `LastModified` is now `std::string` instead of `Azure::Core::Nullable<std::string>` in `CreateDirectoryResult`, `CreateFileResult` and `CreatePathResult`.
* `Continuation` is renamed to `ContinuationToken` in options and returned result objects.

### Bug Fixes

* Unencoded FileSystem/File/Path/Directory name is now encoded.

## 1.0.0-beta.2 (2020-09-09)

### New Features

* Release based on azure-core_1.0.0-beta.1
* Release based on azure-core_1.0.0-beta.1.

## 1.0.0-beta.1

Expand Down
20 changes: 10 additions & 10 deletions sdk/storage/azure-storage-files-shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 12.0.0-beta.5 (2020-11-13)

### Breaking Changes
* `Azure::Storage::Files::Shares::Metrics::IncludeAPIs` is now renamed to `Azure::Storage::Files::Shares::Metrics::IncludeApis`, and is changed to a nullable member.
* Move header `azure/storage/files/shares/shares.hpp` to `azure/storage/files/shares.hpp`

* `Azure::Storage::Files::Shares::Metrics::IncludeAPIs` is now renamed to `Azure::Storage::Files::Shares::Metrics::IncludeApis`, and is changed to a nullable member.
* Moved header `azure/storage/files/shares/shares.hpp` to `azure/storage/files/shares.hpp`.
* Moved returning model types and related functions in `Azure::Storage::Files::Shares` to `Azure::Storage::Files::Shares::Models`, and made other code private by moving it into `Azure::Storage::Files::Shares::Details`.
* Renamed `Azure::Storage::Files::Shares::ServiceClient` to `Azure::Storage::Files::Shares::ShareServiceClient`.

## 1.0.0-beta.4 (2020-10-16)

### Bug Fixes

* Unencoded Share/File/Directory name is now encoded.

## 1.0.0-beta.3 (2020-10-13)

### New Features

* Service version is now 2020-02-10.
Expand All @@ -35,12 +31,16 @@
* `NextMarker` is renamed to `ContinuationToken` in returned result objects.
* `Marker` is renamed to `PreviousContinuationToken` in returned result objects.

### Bug Fixes

* Unencoded Share/File/Directory name is now encoded.

## 1.0.0-beta.2 (2020-09-09)

### New Features

* Added File SAS generation support.
* Release based on azure-core_1.0.0-beta.1
* Release based on azure-core_1.0.0-beta.1.

## 1.0.0-preview.1 (Unreleased)

Expand Down

0 comments on commit a96f4c6

Please sign in to comment.