Skip to content

Commit 36ff79a

Browse files
committed
Show Debug contents when cloud exception occurs
1 parent 5e15c1d commit 36ff79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Compute/Commands.Compute/Common/ComputeClientBaseCmdlet.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ protected void ExecuteClientAction(Action action)
6363
}
6464
catch (CloudException ex)
6565
{
66+
base.EndProcessing();
6667
throw new ComputeCloudException(ex);
6768
}
6869
}

0 commit comments

Comments
 (0)