Caio Saldanha

Results 12 comments of Caio Saldanha

@zebslc Thank you for your feedback. I can totally understand how mocking `DocumentField` could be tricky. We have a added a sample to illustrate how mocking works in our library...

Closing this issue since it seems to be addressed. Please feel free to open a new one if you have further questions.

JS and Python PRs for the same issue: JS: https://github.com/Azure/azure-sdk-for-js/pull/19087 Python: https://github.com/Azure/azure-sdk-for-python/pull/22132

/azp run net - formrecognizer - tests

Hello @chrizy and @Freenex1911. Can you reproduce the same issue with version 4.0.0 of the SDK? It targets a new service version (2022-08-31), so it could have solved your problem.

Hello @wahyuen, and apologies for the delay. As you noted, the SDK does not expose an inner error object, and this is intentional. According to the Azure API guidelines, only...

@wahyuen From my understanding, you're updating the status of a long-running operation with `UpdateStatus` or `WaitForCompletion` and getting an exception when the long-running operation fails. The HTTP 200 code is...

Hello @waynebrantley, It seems the operation produced a result that can't be parsed by our SDK, which seems to be a bug. Does the error still happens if you try...

Marking issue as addressed since neither customer nor us could reproduce it with the latest SDK.

Hello @rgylesbedford, and thank you for your contribution. Originally we didn't include ASP.NET Core integration for the `DocumentModelAdministrationClient` because, according to our [design guidelines](https://azure.github.io/azure-sdk/dotnet_implementation.html#integration-with-aspnet-core): > ✅ DO provide integration extension...