StackSets - BugFix - ManagedExecution not properly updated
Description of changes:
When ManagedExecution.active == false <=> null, we will not trigger UpdateManagedExecution request
When ManagedExecution updates from true to null, we will call UpdateManagedExecution with active == false, otherwise, SS would not think we are updating ManagedExecution.
Testing
Manual test with CAPABILITY_NAMED_IAM and ManagedExecution
Issue #, if available:
StackSets - BugFix - ManagedExecution not properly updated Description of changes:
ManagedExecution.active == false
<=>null
, we will not triggerUpdateManagedExecution
requestManagedExecution
updates fromtrue
tonull
, we will callUpdateManagedExecution
withactive == false
, otherwise, SS would not think we are updatingManagedExecution
.Testing
CAPABILITY_NAMED_IAM
andManagedExecution
ManagedExecution.active == true
=>ManagedExecution.active == false
ManagedExecution.active == false
=>ManagedExecution.active == true
ManagedExecution.active == null
=>ManagedExecution.active == true
ManagedExecution.active == true
=>ManagedExecution.active == null
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.