Skip to content

Commit a96f4c6

Browse files
authored
Changelog update for file/datalake service for beta.5 (#978)
* 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.
1 parent 206c8fb commit a96f4c6

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

sdk/storage/azure-storage-files-datalake/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# Release History
22

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

55
### Breaking Changes
66

7-
* Move header `azure/storage/files/datalake/datalake.hpp` to `azure/storage/files/datalake.hpp`
7+
* Moved header `azure/storage/files/datalake/datalake.hpp` to `azure/storage/files/datalake.hpp`.
8+
* 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`.
9+
* Renamed `Azure::Storage::Files::DataLake::ServiceClient` to `Azure::Storage::Files::DataLake::DataLakeServiceClient`.
810

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

11-
### Bug Fixes
12-
13-
* Unencoded FileSystem/File/Path/Directory name is now encoded.
14-
15-
## 1.0.0-beta.3 (2020-10-13)
16-
1713
### New Features
1814

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

27+
### Bug Fixes
28+
29+
* Unencoded FileSystem/File/Path/Directory name is now encoded.
30+
3131
## 1.0.0-beta.2 (2020-09-09)
3232

3333
### New Features
3434

35-
* Release based on azure-core_1.0.0-beta.1
35+
* Release based on azure-core_1.0.0-beta.1.
3636

3737
## 1.0.0-beta.1
3838

sdk/storage/azure-storage-files-shares/CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# Release History
22

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

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

7+
* `Azure::Storage::Files::Shares::Metrics::IncludeAPIs` is now renamed to `Azure::Storage::Files::Shares::Metrics::IncludeApis`, and is changed to a nullable member.
8+
* Moved header `azure/storage/files/shares/shares.hpp` to `azure/storage/files/shares.hpp`.
9+
* 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`.
10+
* Renamed `Azure::Storage::Files::Shares::ServiceClient` to `Azure::Storage::Files::Shares::ShareServiceClient`.
911

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

12-
### Bug Fixes
13-
14-
* Unencoded Share/File/Directory name is now encoded.
15-
16-
## 1.0.0-beta.3 (2020-10-13)
17-
1814
### New Features
1915

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

34+
### Bug Fixes
35+
36+
* Unencoded Share/File/Directory name is now encoded.
37+
3838
## 1.0.0-beta.2 (2020-09-09)
3939

4040
### New Features
4141

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

4545
## 1.0.0-preview.1 (Unreleased)
4646

0 commit comments

Comments
 (0)