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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[4.5.1] - 2025-07-11
Fixed
SSM Scripts: Fixed TypeError when script_arguments is None by adding null check and using copy() method to prevent mutation of default attributes. This issue was causing scripts to not load in cloud migration factory.
Added
Unit Tests: Added comprehensive test coverage for SSM script argument handling edge cases including null, missing, and existing script_arguments scenarios.