Open
Description
- Package Name: @azure/identity
- Package Version: 4.7.0
- Operating system: Linux
- nodejs
- version: 20.18.1
- browser
- name/version:
- typescript
- version:
- Is the bug related to documentation in
- README.md
- source code documentation
- SDK API docs on https://learn.microsoft.com
Describe the bug
After upgrading, the Azure Identity package in node js to version 4.7.0 from 4.3.0, ManagedIdentityCredential no longer works in Azure ML Compute.
To Reproduce
Create a simple TS file which uses the Azure SDK packages to fetch credentials from a Key Vault. Deploy this to run in an Azure ML job which has a user assigned managed identity to the compute.
Expected behavior
Just like in 4.3.0, we can use the MI credential to fetch keys from the key vault.
Additional context
Was asked to move this issue from AzureAD/microsoft-authentication-library-for-js#7597
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Blocked