Change 4 spaces into 2. (#761)

This commit is contained in:
Kan Tang 2020-10-12 22:02:33 -07:00 committed by GitHub
parent 9633fbc6be
commit e9f37a5760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@
* CreateFromConnectionString now accepts unencoded file and directory name.
* Added support for getting range list with previous snapshot. `GetFileRangeListResult` now returns `std::vector<FileRange> Ranges` and `std::vector<FileRange> ClearRanges` instead of `std::vector<Range> RangeList`.
* Added support for SMB Multi-Channel setting for `ServiceClient::GetProperties` and `ServiceClient::SetProperties`. This is only available for Storage account with Premium File access.
- Standard account user has to remove the returned SMB Multi-Channel setting before set, otherwise service would return failure.
- Standard account user has to remove the returned SMB Multi-Channel setting before set, otherwise service would return failure.