diff --git a/sdk/storage/azure-storage-files-shares/BREAKINGCHANGES.md b/sdk/storage/azure-storage-files-shares/BREAKINGCHANGES.md index 5adee9099..e741b7690 100644 --- a/sdk/storage/azure-storage-files-shares/BREAKINGCHANGES.md +++ b/sdk/storage/azure-storage-files-shares/BREAKINGCHANGES.md @@ -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 Ranges` and `std::vector ClearRanges` instead of `std::vector 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.