Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 241 forks source link

azure_security_keyvault has no ClientBuilder #1594

Open johnbatty opened 8 months ago

johnbatty commented 8 months ago

The Azure storage SDKs and the auto-generated crates have ClientBuilder types that enable customization of the Client request Pipeline. azure_security_keyvault does not have any such types, and as a result the underlying Pipeline cannot be configured/customized.

We should add this function such that the client APIs are consistent in this regard across the SDK crates.

Worth noting that the auto-generated azure_svc_keyvault crate does have a ClientBuilder.