File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
22SHELL ["powershell" ]
33
44
5- ARG SCUBAGEAR_VERSION=1.7.0
5+ ARG SCUBAGEAR_VERSION=1.7.1
66ARG OPA_VERSION=1.9.0
77# Get static URL for current version: curl -s -D- https://aka.ms/downloadazcopy-v10-windows | grep ^Location
88# https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10?tabs=dnf#obtain-a-static-download-link
Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ Foreach ($tenantConfig in $(Get-ChildItem 'input\')) {
7272 try {
7373 $org = $tenantConfig.BaseName.split (" _" )[0 ]
7474 Write-Output " Running ScubaGear for $ ( $tenantConfig.BaseName ) "
75- New-Item - Path " .\reports\ $ ( $org ) " - ItemType Directory - Force
75+
7676 $params = @ {
7777 CertificateThumbPrint = $CertificateThumbPrint ;
7878 AppID = if ($null -ne $Env: SECONDARY_APP_ID -and $org.EndsWith ($Env: SECONDARY_APP_TLD )) {$Env: SECONDARY_APP_ID } else {$Env: APP_ID };
7979 Organization = $org ;
80- OutPath = " ./ reports/ $ ( $org ) " ; # ScubaGear 1.7.0 requires forward slashes
80+ OutPath = " .\ reports\ $ ( $org ) " ; # The folder path where the output will be stored
8181 OPAPath = " ."
8282 ConfigFilePath = $tenantConfig.FullName
8383 Quiet = $true ;
You can’t perform that action at this time.
0 commit comments