Skip to content

Conversation

aishwaryabh
Copy link
Contributor

Issue describing the changes in this PR

n/a

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Removing extra feeds that are not needed

@aishwaryabh aishwaryabh requested a review from a team as a code owner October 2, 2025 21:25
<package pattern="Microsoft.Azure.Functions.PowerShellWorker.*" />
</packageSource>
<packageSource key="AzureFunctionsRelease">
<package pattern="Microsoft.Azure.WebJobs.Script.WebHost" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<package pattern="Microsoft.Azure.WebJobs.Script.WebHost" />
<package pattern="Microsoft.Azure.WebJobs.Script.*" />

We have multiple packages from the func host we would want from this feed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants