Description
VirtualMachines/Operations/BulkCloneCloudInit.sh currently uses temporary global functions instead of the shared conversion utility. This leads to code duplication and inconsistency with other scripts that have been migrated to use the centralized utility functions.
The script should be refactored to import and use the conversion utility (likely from Resources/ or Utilities/) instead of defining its own temporary global functions.
Acceptance Criteria
Description
VirtualMachines/Operations/BulkCloneCloudInit.shcurrently uses temporary global functions instead of the shared conversion utility. This leads to code duplication and inconsistency with other scripts that have been migrated to use the centralized utility functions.The script should be refactored to import and use the conversion utility (likely from
Resources/orUtilities/) instead of defining its own temporary global functions.Acceptance Criteria
BulkCloneCloudInit.shsourceinclude