You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ecs-patterns): removeDefaultDesiredCount feature flag not expired properly (#17865)
The `@aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount` feature flag was
expired as part of V2; however, the way the feature flag was accessed meant that
the flag wasn't handled the same way all other expired flags were, leading to
the incorrect behavior.
This fixes the access and evaluation of the flag to match intended behavior, and
updates the tests appropriately.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardexpand all lines: packages/@aws-cdk/aws-ecs-patterns/test/ec2/integ.multiple-application-load-balanced-ecs-service.expected.json
Copy file name to clipboardexpand all lines: packages/@aws-cdk/aws-ecs-patterns/test/fargate/integ.circuit-breaker-load-balanced-fargate-service.expected.json
Copy file name to clipboardexpand all lines: packages/@aws-cdk/aws-ecs-patterns/test/fargate/integ.circuit-breaker-queue-processing-fargate-service.expected.json
Copy file name to clipboardexpand all lines: packages/@aws-cdk/aws-ecs-patterns/test/fargate/integ.multiple-network-load-balanced-fargate-service.expected.json
Copy file name to clipboardexpand all lines: packages/@aws-cdk/aws-ecs-patterns/test/fargate/integ.queue-processing-fargate-service-isolated.expected.json
Copy file name to clipboardexpand all lines: packages/@aws-cdk/aws-ecs-patterns/test/fargate/integ.queue-processing-fargate-service-public.expected.json
0 commit comments