azure-sdk-for-js
azure-sdk-for-js copied to clipboard
[identity] Delete LegacyMsiProvider
Once we are reliably using MSAL for Managed Identity, having GA'd the release, and are feeling good about not needing a rollback, we can:
- delete the LegacyMsiProvider file.
- Move the logic in MsalMsiProvider into ManagedIdentityCredential
- Delete the MsalMsiProvider file
- Fix all the tests