Skip to content

Commit 57f5b0c

Browse files
committed
Merge pull request #147 from shefaliv/resizingstring
HDInsight - Adding a string for resizing operation
2 parents 540c5e5 + e789ef4 commit 57f5b0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/SetAzureHDInsightClusterSizeCmdlet.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ protected override void EndProcessing()
140140
getCommand.CurrentSubscription = currentSubscription;
141141
getCommand.Name = Name;
142142
var getTask = getCommand.EndProcessing();
143+
this.WriteObject("This operation may take several minutes...");
143144
while (!getTask.IsCompleted)
144145
{
145146
WriteDebugLog();

0 commit comments

Comments
 (0)