Skip to content

Commit e9a0d4d

Browse files
author
Andrey Fedyashov
committed
Bug 3231969: Minor typo in Invoke-AzureRmStorageSyncCompatibilityCheck status
1 parent d03314d commit e9a0d4d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020

2121
## Current Release
22+
* Fixed a typo in the progress message.
23+
24+
## Version 0.1.1
2225
* Updated list of unsupported file name characters.
2326

2427
## Version 0.1.1

src/ResourceManager/StorageSync/Commands.StorageSync/ProgressReporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ internal class NamespaceEstimationProgressReporter : ProgressReporter
139139
{
140140
protected override int ActivityId => 2;
141141
protected override string ActivityDescription => "Analyzing storage sync compatibility";
142-
protected override string ActivityStatus => "Preparing to run the analyzis";
142+
protected override string ActivityStatus => "Preparing to run the analysis";
143143

144144
public NamespaceEstimationProgressReporter(ICmdlet cmdlet) : base(cmdlet, withProgressBar: false)
145145
{

0 commit comments

Comments
 (0)