Azure / Azure/azure-functions-powershell-worker

Increase the maximum number of entries in requirements.psd1

Open
#954 1 comment 0 reactions 1 assignee Claimed by @Francisco-Gamino View on GitHub
P1
Dominant language
C#
Stars
215
Forks
61
Avg merge
21h 4m
Merged PRs (30d)
6

Description

The maximum number of entries in requirements.psd1 is 10. The original intent was to protect users from the performance impact of installing too many modules. However, it is creating more problems than it solves:

- It forces some users to specify the entire Az, even when they realize they don't need it, just to bring the number of entries below the limit.
- It does not protect users from potential performance impact anyway: a single module can still be overwhelmingly large.

I propose increasing this limit significantly, perhaps even to MaxInt, but certainly not less than 100.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.