microsoft/SdnDiagnostics

Error generated with Get-PACAMapping results in function terminating

arudell opened this issue · 0 comments

Describe the bug
image

In the logs, and then cross-comparing w/ Get-SdnConfig, can see that Get-PACAMapping generated the terminating error, as this command is executed after Get-VM. Due to this, no further commands are executed as part of the data collection.

image

Expected behavior
We should gracefully handle the exception and not terminate the entire function.