Weidong Xu

Results 169 comments of Weidong Xu

There is some warning in LintDiff 1. we'd prefer service support [x-ms-error-code](https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors) before GA 2. request with multipart/form-data should be used with caution

``` Operation response '/responses/ErrorResponse' produces type couldn't be resolved ``` in LintDiff appears to be a false alert.

java already disabled https://github.com/Azure/azure-rest-api-specs/blob/main/specification/networkanalytics/resource-manager/readme.java.md

I think the body property is already clear in guideline https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#rest-fail-for-unknown-fields Agree that header can be ignored (But could it be a bit risky for some well-known ones like `If-None-Match`...

/azp run java - batch - ci

@agateaux Thanks for the report. This part of the code is handwritten. Hence, sometimes it lags behind what backend offers. We will add the way to set SKU, as well...

management-plane https://github.com/Azure/azure-sdk-for-java/issues/38333 We would include this in sprint planning. Probably going to take months, as model used in mgmt is more complex than data-plane -- expect to see more bugs....

Blocking issues - https://github.com/Azure/autorest.java/issues/2574 (urgent, as it affects both Jackson and azure-json) - https://github.com/Azure/autorest.java/issues/2616 - https://github.com/Azure/autorest.java/issues/2605 - https://github.com/Azure/autorest.java/issues/2615 - https://github.com/Azure/autorest.java/issues/2629 Need customization guide - https://github.com/Azure/azure-sdk-for-java/issues/39147 A short summary in https://github.com/Azure/azure-sdk-for-java/pull/39109...

Please wait a bit for typespec-java 0.14.0 (it should set stream as default) Current version of typespec-java probably pretty buggy (Alan and us fixed lots of issues since then --...