Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 11:24
· 6 commits to main since this release
42de9aa

Added

  • Added deleteAccount configuration option to skip account deletion operations instead of permanently deleting accounts.
  • Added support for building location information (buildingId) in user accounts, extractable from the locations field mapping.
  • Added flexibility to specify Organizational Unit (OU) from either configuration settings (InitialContainer, EnabledContainer, DisabledContainer) or field mapping.
  • Enhanced action context with previousData and data tracking for better change management and auditability.
  • Import script now extracts and includes buildingId in the account object.

Changed

  • Updated configuration descriptions:
    • DefaultDomain: Now clarifies usage for resource creation and group sub-permissions.
    • ParentOrgUnitPath: Now clarifies usage for organizational unit resource creation.
  • Improved character limit handling for displayName and description fields (max 100 characters).
  • Moved logging statements outside of dry-run checks for better auditability.

Fixed

  • Improved handling of organizational unit changes during account updates.