Skip to content

Commit fb8eeeb

Browse files
author
Shefali
committed
adding warning message for operation time
1 parent 3dd3adf commit fb8eeeb

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
@@ -139,6 +139,7 @@ protected override void EndProcessing()
139139
getCommand.CurrentSubscription = currentSubscription;
140140
getCommand.Name = Name;
141141
var getTask = getCommand.EndProcessing();
142+
this.WriteObject("This operation may take several minutes...");
142143
while (!getTask.IsCompleted)
143144
{
144145
WriteDebugLog();

0 commit comments

Comments
 (0)