Weidong Xu

Results 125 comments of Weidong Xu

I've tried converting tsp lib to stream-style-serialization (twice), latest here https://github.com/Azure/azure-sdk-for-java/pull/39287 Assistants appears good, but there is still issues on other libs.

blocked by this issue https://github.com/Azure/autorest.java/issues/2629 assistant has API that returns a JSON array ```java public List listFiles(FilePurpose purpose) { RequestOptions requestOptions = new RequestOptions(); if (purpose != null) { requestOptions.addQueryParam("purpose",...

Another issue https://github.com/Azure/autorest.java/pull/2556#issuecomment-2019562804 I think it is due to incorrect typespec.

> I think the unit tests for this are passing, but maybe I am not understanding the issue you mention here @weidongxu-microsoft . Here we actually deserialize into a private...

Hi Bill, thanks very much on the use case. I wasn't expecting to see the usage so soon (issue was mainly for parity with other codegen). The half baked class...

One thing that might not be compatible with scheduled BOM release, is that management-plane SDK release data could sometimes being for flexible. E.g. in May we got request from Spring...

@srnagar What is your opinion? If you think it be beneficial to put azure-resourcemanager to BOM, we can adjust the release date of mgmt lib, to align with data-plane libs...

> @weidongxu-microsoft, it looks this PR may require a code generation update to resource manager libraries alongside with the changes made. Yes, some change would affect / get affected by...

This seems to be similar problem with this issue https://github.com/Azure/azure-sdk-for-java/issues/40081 Would you enable logging to let us at least see which API is having this problem? https://github.com/Azure/azure-sdk-for-java/issues/40081#issuecomment-2105624214

There is [`FhirR4##`](https://github.com/Azure/azure-sdk-for-java/tree/c618728387f8277978464d8f4758a580307c6628/sdk/healthinsights/azure-health-insights-radiologyinsights/src/main/java/com/azure/health/insights/radiologyinsights/models) classes that could be duplicated in future module from healthinsights (e.g. [cancerprofiling, clinicalmatching, etc.](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/ai/HealthInsights)). And it would be very hard to move them to shared lib, after...