Skip to content

Commit 4960d18

Browse files
author
Shefali
committed
removing async keyword for sync call
1 parent 797ecc7 commit 4960d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/WaitAzureHDInsightJobCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public PSCredential ClusterCredential
6969

7070
#endregion
7171

72-
public override async void ExecuteCmdlet()
72+
public override void ExecuteCmdlet()
7373
{
7474
var jobDetails = WaitJob();
7575
WriteObject(jobDetails);

0 commit comments

Comments
 (0)