Yuchao Yan

Results 128 comments of Yuchao Yan

Go failure is expected: https://github.com/Azure/azure-rest-api-specs/pull/27367#issuecomment-1891235071

Let me add more context here: it was reported in SDK repo but I think it is service issue according to traceback: https://github.com/Azure/azure-sdk-for-python/issues/32993#issuecomment-1805200144

The issue is reported in Python SDK but SDK is just tool to "send / receive" http "request / response" "from / to" service. According to log, the issue is...

Hi @mattsp1290, according to log, we know the exception happens in https://github.com/Azure/azure-sdk-for-python/blob/c82f016de68ccfa49b2234f6c4258db5b32baaa9/sdk/core/azure-core/azure/core/pipeline/policies/_universal.py#L613-L621. If we could know value of `data_as_str` and `data`, the root cause could be found. In view of...

`I don't see a convenient way to add this logging without creating a custom built package for azure-mgmt-compute. ` -> You just need to embed `try/catch` logic into your code...