Weidong Xu

Results 26 issues of Weidong Xu

**Is your feature request related to a problem? Please describe.** azure-core support for extensible enum of type Integer and Float. Similar to String type https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core/src/main/java/com/azure/core/util/ExpandableStringEnum.java **Describe the solution you'd like**...

Azure.Core
feature-request

# 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

**Query/Question** Service is Face. Some API in it would return a response upon PUT/POST, which is useful for user, even before the LRO complete. Our guideline would use [`SyncPoller`](https://azure.github.io/azure-sdk/java_introduction.html#java-lro-poller-class) for...

Client
needs-team-attention

There is change in spec repo that changed the structure of the endpoint. https://github.com/Azure/azure-rest-api-specs/commit/690baaddc71ab873c83be33a74b4c0b9a044f594#diff-40d8b2cf9bb6658c4dbf874ca40a783caaff9fa377b605ccc5b8a9fe76f38005 Because of this, SDK cannot re-generate with latest spec. This changes breaks samples/tests. Please update the...

needs-triage
DPG

# 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...

Azure.Core

# 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...

no-recent-activity

# Context Isabella added `BodyParameter` to service spec. ``` alias BodyParameter< T, TName extends valueof string = "body", TDoc extends valueof string = "Body parameter." > = { @doc(TDoc) @friendlyName(TName)...

We've confirmed with TypeSpec dev, that `@visibility` without any value is not expected and should at least be a warning. Mitesh confirmed from service team, that the change of `readOnly=true`...

data-plane
BreakingChangeReviewRequired
TypeSpec

# 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...

Mgmt

**Is your feature request related to a problem? Please describe.** `@PathParam(value = "", encoded = true)` or `@QueryParam(value = "", encoded = true)`. If customer sends some value that containsinvalid...

Azure.Core