Xuejun Li

Results 5 comments of Xuejun Li

I searched ErrorResponseException in this repository. There are 1408 code results in [Azure/azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net). It's implemented in multiple library. Are those libraries deprecated? It's a common issue, not only in Microsoft.Azure.Management.Authorization.

Please check this: https://github.com/Azure/azure-sdk-for-net/search?q=ErrorResponseException It means other libraries have the same issue. ErrorResponseException doesn't overwrite ToString() to print body as well. ![image](https://user-images.githubusercontent.com/66855967/201022576-3484fb3b-f427-4892-860b-61e3c3351d82.png)

It's not just one module. One simple fix can fix a lot of copy/paste fixes. Feel free to close the ticket.

I got the same issue while I use this library in Azure Data bricks. positionKey1 = { "ehName": ehName, "partitionId": 2 } positionMap = { json.dumps(positionKey1) : eventPosition1 } ehConf["eventhubs.startingPositions"]...

Hi @yamin-msft, can you please help with this ticket?