From 807abd46bcb9246782411ffbd19d026e5537ca5a Mon Sep 17 00:00:00 2001 From: catelleempei Date: Tue, 20 Aug 2024 22:22:59 -0400 Subject: [PATCH] refreshed sas token --- images/windows/scripts/build/Install-CoverityClient.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/scripts/build/Install-CoverityClient.ps1 b/images/windows/scripts/build/Install-CoverityClient.ps1 index f68160bdff93..8c7505d7c1b8 100644 --- a/images/windows/scripts/build/Install-CoverityClient.ps1 +++ b/images/windows/scripts/build/Install-CoverityClient.ps1 @@ -5,7 +5,7 @@ # Define the source URL and destination path - $sourceUrl="https://stsmpdevopsimages.blob.core.windows.net/armimagelayeraddons/synopsys/coverity/cov-analysis-win64-2024.3.1.exe?sp=r&st=2024-08-20T10:24:04Z&se=2024-08-20T18:24:04Z&spr=https&sv=2022-11-02&sr=b&sig=8CHqTf3Z6E4FdGiKsnSDlIQdThqOhtIgra%2BOMIQVA7g%3D" + $sourceUrl="https://stsmpdevopsimages.blob.core.windows.net/armimagelayeraddons/synopsys/coverity/cov-analysis-win64-2024.3.1.exe?sp=r&st=2024-08-21T02:20:59Z&se=2024-08-21T10:20:59Z&spr=https&sv=2022-11-02&sr=b&sig=AbEd8GEawLUr4TKjBZw7Y3cHtNXeN0Z5dSkFGKaiJqU%3D" $destinationPath = "C:\temp/cov-analysis-win64-2024.3.1.exe" if (-not (Get-Command azcopy -ErrorAction SilentlyContinue)) {