You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ModelReaderWriter in Azure.Search.Documents, @m-nash noticed that the generated code isn't using RequestContent.Create, for example in AliasesRestClient.CreateCreateRequest.
The generator should emit code that uses RequestContent.Create, added in Azure/azure-sdk-for-net#51021.
Using ModelReaderWriter in Azure.Search.Documents, @m-nash noticed that the generated code isn't using
RequestContent.Create, for example inAliasesRestClient.CreateCreateRequest.Context: Azure/azure-sdk-for-net#51558 (comment)
Looks related to Azure/azure-sdk-for-net#51027.
@JoshLove-msft @m-nash