This adds missing code to complete the implementation of the DisableRollback feature.
The implementation in 99c839a2b began this feature by adding disable rollback to the create and update CLI commands, but it was forgotten to update the stack actions.
This adds the missing code and another unit test.
PR Checklist
[x] Wrote a good commit message & description [see guide below].
[x] Commit message starts with [Resolve #issue-number].
This adds missing code to complete the implementation of the DisableRollback feature.
The implementation in 99c839a2b began this feature by adding disable rollback to the create and update CLI commands, but it was forgotten to update the stack actions.
This adds the missing code and another unit test.
PR Checklist
[Resolve #issue-number]
.poetry run tox
) are passing.poetry run pre-commit run --all-files
).Approver/Reviewer Checklist
Other Information
Guide to writing a good commit