Weidong Xu

Results 26 issues of Weidong Xu

link https://github.com/Azure/typespec-azure/issues/1487 tested with ``` Union U { null; }; ``` after this PR, we will see ``` C:/github/typespec/packages/http-client-java/generator/http-client-generator-test/main.tsp:15:7 - error @azure-tools/typespec-client-generator-core/union-null: Cannot have a union containing only null types....

emitter:client:java

relates to https://github.com/Azure/autorest.java/issues/2055 After Java migration to azure-json, we do not want to depends on Jackson to do serialization/de-serialization. Therefore we'd depends more on the `BinaryData` class and other helper...

emitter:client:java

Example https://github.com/Azure/azure-sdk-for-java/pull/42479/files#diff-8eb7834d1d5c31dd7c43dc26986cb436ec8ed101f89d7a0b386d6a8548b05237 This should automatically register the RP namespace (if not registered). Feel free to do this in batches. No need to have a single large PR. Also, you do...

Mgmt

Guide https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/HOW_TO_ADD_LIVE_TESTS.md Sample PR (databricks) https://github.com/Azure/azure-sdk-for-java/pull/35315 Test can be very simple, just find the basic resource, create it (one can refer to samples for parameters, but it could be wrong;...

Mgmt
Mgmt-EngSys

# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...

Do Not Merge

case https://github.com/Azure/cadl-ranch/blob/main/packages/cadl-ranch-specs/http/type/array/main.tsp#L83 # Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based...

Do Not Merge
Azure.Core