Skip to content

Commit 273b1cb

Browse files
author
Maddie Clayton
authored
Merge pull request #7721 from afedyashov/preview
Remove file system characters that are now supported by Azure Files Service from the blacklist
2 parents 522cf85 + d03314d commit 273b1cb

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/ResourceManager/StorageSync/Commands.StorageSync/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Current Release
22+
* Updated list of unsupported file name characters.
2223

2324
## Version 0.1.1
2425
* Updated to the latest version of the Azure ClientRuntime.

src/ResourceManager/StorageSync/Commands.StorageSync/Config.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,7 @@
5656
141,
5757
143,
5858
144,
59-
157,
60-
8206,
61-
8207,
62-
8234,
63-
8235,
64-
8236,
65-
8237,
66-
8238
59+
157
6760
],
6861
"WhitelistOfCodePointRanges": [
6962
{

0 commit comments

Comments
 (0)