Reimplement ManagedIdentityCredential with composition #9302
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
ManagedIdentityCredential
exists to hideMsiCredential
andImdsCredential
behind a facade that has the right surface for documentation and code completion. It accomplishes this by overriding its constructor to return an instance of one of those classes, and defining empty methods with docstrings.It could instead hold another credential and wrap its methods, as does
EnvironmentCredential
.The text was updated successfully, but these errors were encountered: