You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-files-datalake/CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,15 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.5 (Unreleased)
3
+
## 12.0.0-beta.5 (2020-11-13)
4
4
5
5
### Breaking Changes
6
6
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`.
8
10
9
11
## 1.0.0-beta.4 (2020-10-16)
10
12
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
-
17
13
### New Features
18
14
19
15
* Service version is now 2020-02-10.
@@ -28,11 +24,15 @@
28
24
*`ETag` and `LastModified` is now `std::string` instead of `Azure::Core::Nullable<std::string>` in `CreateDirectoryResult`, `CreateFileResult` and `CreatePathResult`.
29
25
*`Continuation` is renamed to `ContinuationToken` in options and returned result objects.
30
26
27
+
### Bug Fixes
28
+
29
+
* Unencoded FileSystem/File/Path/Directory name is now encoded.
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-files-shares/CHANGELOG.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,16 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.5 (Unreleased)
3
+
## 12.0.0-beta.5 (2020-11-13)
4
4
5
5
### 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`
8
6
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`.
9
11
10
12
## 1.0.0-beta.4 (2020-10-16)
11
13
12
-
### Bug Fixes
13
-
14
-
* Unencoded Share/File/Directory name is now encoded.
15
-
16
-
## 1.0.0-beta.3 (2020-10-13)
17
-
18
14
### New Features
19
15
20
16
* Service version is now 2020-02-10.
@@ -35,12 +31,16 @@
35
31
*`NextMarker` is renamed to `ContinuationToken` in returned result objects.
36
32
*`Marker` is renamed to `PreviousContinuationToken` in returned result objects.
37
33
34
+
### Bug Fixes
35
+
36
+
* Unencoded Share/File/Directory name is now encoded.
0 commit comments