azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
[Key Vault] Add error logging for when downloading an HSM's security domain fails.
Downloading an HSM's Security domain sometimes fails for our live tests without us logging a possible error message from the Powershell cmdlet. We can leverage .NET's approach to alleviate this in our test-resources-post.ps1 script. Here's a PR where Java added this change.
i'll look into it
we had this fix in our code