From 81504cde36eeb24a655185131024fe4e4c993d3c Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Mon, 17 Feb 2025 16:44:39 +0100 Subject: [PATCH] Update to v1.0 after testing --- Azure/Azure-App-Expiration.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Azure/Azure-App-Expiration.ps1 b/Azure/Azure-App-Expiration.ps1 index e839f1b..ffbf7c0 100644 --- a/Azure/Azure-App-Expiration.ps1 +++ b/Azure/Azure-App-Expiration.ps1 @@ -26,7 +26,7 @@ #region Global script settings and variables #General - $Version = "v0.1" + $Version = "v1.0" $logfilelocation = "$($MyInvocation.MyCommand.Path | Split-Path -Parent)\Logs" $logfilename = "$(Get-Date -Format yyyyMMddHHmmss)-Azure-App-Expiration-Report.log" $summaryfilename = "$(Get-Date -Format yyyyMMddHHmmss)-Azure-App-Expiration-Summary.txt"