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
680 stars 232 forks source link

Azure Core providing authentication policies and using these in generated crates #1595

Open krishanjmistry opened 5 months ago

krishanjmistry commented 5 months ago

I noticed that #360 was closed recently, I'd have assumed part of this would have been adding a BearerTokenAuthenticationPolicy as per Azure Core guidelines: https://azure.github.io/azure-sdk/general_azurecore.html#authentication-policy

Thinking forward, I'm unsure on: