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

Remove bespoke methods from azure_identity and use from samples #1590

Open heaths opened 8 months ago

heaths commented 8 months ago

As a follow-up to #360, we should remove all bespoke methods except those recently added in #1532, leaving only implementations of TokenCredential behind. Last I looked, some older samples are using some of these bespoke methods, so those will need to be removed or rewritten as appropriate.