-
Notifications
You must be signed in to change notification settings - Fork 176
Generated code should use RequestContent.Create #5379
Copy link
Copy link
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
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