Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workerextension.csproj file is using webjobs which pulls azure idendity 0.11.0 which is out of date and creates governance issue #2732

Open
veerenspatel opened this issue Sep 24, 2024 · 0 comments
Labels
Needs: Triage (Functions) potential-bug Items opened using the bug report template, not yet triaged and confirmed as a bug

Comments

@veerenspatel
Copy link

Description

The temporary workerextension.csproj file that gets created when building a function app is targeting dot net 6.0 and using the webjobs packages vs the new functions.extensions packages which is in turn causing the workerextension to pull an outdated version of azure.identity. This is giving us a component governance issue.
Screenshot 2024-09-24 133131

Steps to reproduce

Build a function app and view the workerextension.csproj temp file

@veerenspatel veerenspatel added the potential-bug Items opened using the bug report template, not yet triaged and confirmed as a bug label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage (Functions) potential-bug Items opened using the bug report template, not yet triaged and confirmed as a bug
Projects
None yet
Development

No branches or pull requests

1 participant