We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 540c5e5 + e789ef4 commit 57f5b0cCopy full SHA for 57f5b0c
src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/SetAzureHDInsightClusterSizeCmdlet.cs
@@ -140,6 +140,7 @@ protected override void EndProcessing()
140
getCommand.CurrentSubscription = currentSubscription;
141
getCommand.Name = Name;
142
var getTask = getCommand.EndProcessing();
143
+ this.WriteObject("This operation may take several minutes...");
144
while (!getTask.IsCompleted)
145
{
146
WriteDebugLog();
0 commit comments