From f711570cc3842e40a4b99e77ceb779dc5ab6fa07 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Mon, 1 Dec 2025 19:43:39 +0000 Subject: [PATCH] feat: time stamp --- src/ALZ/Public/Deploy-Accelerator.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ALZ/Public/Deploy-Accelerator.ps1 b/src/ALZ/Public/Deploy-Accelerator.ps1 index 6351f3a..b752e3e 100644 --- a/src/ALZ/Public/Deploy-Accelerator.ps1 +++ b/src/ALZ/Public/Deploy-Accelerator.ps1 @@ -340,6 +340,10 @@ function Deploy-Accelerator { Value = ($starterReleaseTag -eq "local" ? $inputConfig.starter_module_version.Value : $starterReleaseTag) Source = "calculated" } + $inputConfig | Add-Member -MemberType NoteProperty -Name "time_stamp" -Value @{ + Value = (Get-Date).ToString("yyyy-MM-dd-HH-mm-ss") + Source = "calculated" + } # Run the bootstrap $bootstrapTargetPath = Join-Path $inputConfig.output_folder_path.Value $bootstrapTargetFolder