Matt Spurlin
Matt Spurlin
> The issue seems to be that the JSON ends with `"name": {` meaning it is opening a new object but not populating it. The response from the service simply...
> 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...
> `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...
> @mattsp1290 Can you open detailed logging switch of SDK `logging_enable` like: > > ```python > from azure.core.pipeline.policies import ContentDecodePolicy > from azure.core.exceptions import DecodeError > import logging > >...
> @mattsp1290 Can you open detailed logging switch of SDK `logging_enable` like: > > ```python > from azure.core.pipeline.policies import ContentDecodePolicy > from azure.core.exceptions import DecodeError > import logging > >...
@msyyc and @uonie I have implemented the above request. Here are some example header responses when we encounter these errors ``` {'cache-control': 'no-cache', 'pragma': 'no-cache', 'content-length': '32473', 'content-type': 'application/json; charset=utf-8',...
@msyyc and @uonie I have implemented your request. It gives back logs similar to what is in the original body of this issue. Here are the headers we get back...
@msyyc @uonie we have raw responses available now, but they do include customer subscription ids. is there a secure way we could share this information with you? However the responses...
@msyyc an e-mail has been sent. Please feel free to follow up either via email or here.
> There is ICM for this issue: https://portal.microsofticm.com/imp/v5/incidents/details/495066284 > > To find the root cause, I think we need collaboration among users, SDK, ARM and could service. Each part is...