Skip to content

Commit 2dc784e

Browse files
authored
Merge pull request #7906 from afedyashov/preview
Fixing Bug 3231969: Minor typo in Invoke-AzureRmStorageSyncCompatibilityCheck status
2 parents 60d1133 + 43a221f commit 2dc784e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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+
* Fixed a typo in the progress message.
2223

2324
## Version 0.1.2
2425
* Updated list of unsupported file name characters.

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)