Wei Hu
Wei Hu
- Construct `RehydrationToken` from multiple fields - `HeaderSource`: Needed to get final reuqest Uri, could be `OperationLocation`, `AzureAsyncOperation`, `Location` or `None` - `NextRequestUri`: The Uri to poll status of the...
Output swagger diffs to verify conversion tool quality
Resolves https://github.com/Azure/azure-sdk-for-net/issues/44097
### Library name and version Azure.Core ### Describe the bug While @ArthurMa1978 was testing with Azure.ResourceManager.MySql, we found that `Operation.Id` was not set for LRO with 202 initial response. ###...
### Clear and concise description of the problem In swagger, we support char format [here](https://github.com/Azure/azure-rest-api-specs/blob/e606243e5297312781dd7dbfd7ab76d2329cc088/specification/search/data-plane/Azure.Search/preview/2019-05-06-preview/searchservice.json#L3138-L3143). How are we going to represent `char` in TypeSpec - first-class type char - scalar...
### Library name N/A ### Please describe the feature. Update operation return type from `ClientResult` to `Azure.Core.Response`
resolves https://github.com/Azure/azure-sdk-for-net/issues/45616 resolves https://github.com/Azure/azure-sdk-for-net/issues/45619 resolves https://github.com/Azure/azure-sdk-for-net/issues/45620 `autorest.csharp` is fully working for greenfield MPG from TypeSpec but in order to get brownfield to work it will require a lot of code...
Resolves https://github.com/microsoft/typespec/issues/3693
### Clear and concise description of the problem During the MGC PR, there are NuGet packages generated as artifacts, but they are not published to any feed. We need to...