Weidong Xu
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**...
# 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...
**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...
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...
# 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...
# 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...
# 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`...
# 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...
**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...