Weidong Xu

Results 172 comments of Weidong Xu

For a typical extensible string (open enum that could have more value than specified), is it now be below? ```ts union OpenEnum extends string { "type1", "type2", @unknownVariant string, }...

Part of SDK's concern is version resiliency. E.g. if we have this in v1 ```ts @resource model Resource { type: "type1" | "type2" } ``` On paper, we are sure...

BTW, does `extends` support the pattern of "composition of Union values" like below? ```ts Union OperationStatus extends string { "Running", "Succeeded", "Failure" } Union ServiceOperationStatus extends string { OperationStatus, "NotStarted"...

> union Type { > "type1", > "type2" > } > union Type extends string { > "type1", > "type2" > } Understood. Yes, they mean same thing in that...

Let service review and merge. Just paste the PR to request and close that request.

> Hi, [Link](https://github.com/Azure/azure-rest-api-specs/pull/35465/files) has been merged can we regenerate it? @XiaofeiCao @weidongxu-microsoft Updated

- [x] apimanagement - [x] dataprotection - [x] managednetworkfabric - [ ] selfhelp In Sept. (service may do it themselves) - [ ] networkcloud

A few new GAed (or to be GAed) libs - [x] postgresqlhsc - [ ] kubernetesconfiguration - [ ] hybridconnectivity

Sure. Just check the box that you've added live test (in comments above).

- [x] netapp - [ ] connectedvmware - [x] applicationinsights - [x] loganalytics - [x] kusto