Azure function TSC build errors in msal-node #33208
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
After updating my Azure function packages, started getting TSC build errors in VSCode "Deploy to web app". First noticed this on function I had changed but getting same error on different function that was not changed. Looks like a regression in JS build.
To Reproduce
Not sure what exactly is needed for replication but these azure packages are required and azure/identity is required by them and msal-node by that
"@azure/functions": "^4.0.0",
"@azure/core-http": "^3.0.0",
"@azure/keyvault-secrets": "^4.0.0",
"@azure/storage-queue": "^12.25.0",
"@azure/communication-email": "^1.0.0",
Expected behavior
Building Azure functions should succeed.
Additional context
I have also reported this to msal-node
AzureAD/microsoft-authentication-library-for-js#7593
The text was updated successfully, but these errors were encountered: