Provider helpers to easily overwrite Url
query parameters
#1907
Labels
Azure.Core
The azure_core crate
Client
This issue points to a problem in the data-plane of the library.
According to the REST API guidelines, clients should set or overwrite the
api-version
header for any request to the service including pageables and LROs; however,url::Url
doesn't define an easy way of overwriting headers. We have helpers for appending and should add some for setting/overwriting because the code to do so - which we need to do for every request to the service - is a bit verbose.See this comment for context.
The text was updated successfully, but these errors were encountered: