Skip to content

Commit ef55796

Browse files
committed
update Changelog; make trace warning
1 parent 9a9049b commit ef55796

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/StorageSync/StorageSync/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Upcoming Release
2121
* Fixed minor issues.
22+
* Updated supported character sets in `Invoke-AzStorageSyncCompatibilityCheck`.
2223

2324
## Version 2.0.0
2425
* Deprecated "RegisteredServer" alias for InputObject parameter for Set-AzStorageSyncServerEndpoint

src/StorageSync/StorageSync/Validations/NamespaceValidations/FilenamesCharactersValidation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private IValidationResult ValidateInternal(INamedObjectInfo node, bool isDirecto
152152

153153
if (!string.IsNullOrEmpty(message))
154154
{
155-
Trace.TraceInformation(message);
155+
Trace.TraceWarning(message);
156156
}
157157
}
158158

0 commit comments

Comments
 (0)