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
676 stars 231 forks source link

make ImdsManagedIdentityCredential public again #1660

Open cataggar opened 1 month ago

cataggar commented 1 month ago

Fixes #1659. As it points out, I think it was a bit too early to make ImdsManagedIdentityCredential private in #1532. I think it is the right direction after the credentials that use it like VirtualMachineManagedIdentityCredential and AppServiceManagedIdentityCredential add support for configurating user managed identities.