-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(elbv2): validate rule priority is a positive number (#6222)
* fix(elasticloadbalancingv2): logAccessLogs in Base Load Balancer Moving the method logAccessLogs to the Base Load Balancer, so both types of Load Balancer (Network and Application) can use the method. closes #3794 * fix(elbv2): Validating if priority is greater than ZERO The Application Load Balancer does not accepts priority equal or less than ZERO. Throws an error if passes ZERO or less. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a1294d3
commit 1fbaafe
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters