ClientModel: Evaluate consistency across transports with regard to casing of request.Method #40616
Open
8 of 12 tasks
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
System.ClientModel
Base Core library
Milestone
System.ClientModel APIView
header name should be optional. The default value should be "Authorization"
I would also love to have a ctor for the most common scenario. We should also consider this ctor to take string in addition to KeyCredentail. For context, this is to enable RestClient scenarios.
I would like policies to have the following property:
public PipelinePosition DefaultPosition { get; }
In addition, all APIs that take a policy and the position (e.g. Add(PipelInePolisy, PipelinePosition) should default the second parameter. This would allow adding policies without having to specify the position (which users often don't know what it should be),This is to support RestClient scenarios.
The text was updated successfully, but these errors were encountered: