We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecb087 commit 28aacdeCopy full SHA for 28aacde
m365/image/run_container.ps1
@@ -77,7 +77,7 @@ Foreach ($tenantConfig in $(Get-ChildItem 'input\')) {
77
CertificateThumbPrint = $CertificateThumbPrint;
78
AppID = if ($null -ne $Env:SECONDARY_APP_ID -and $org.EndsWith($Env:SECONDARY_APP_TLD)) {$Env:SECONDARY_APP_ID} else {$Env:APP_ID};
79
Organization = $org;
80
- OutPath = "./reports/$($org)"; # The folder path where the output will be stored
+ OutPath = "./reports/$($org)"; # ScubaGear 1.7.0 requires forward slashes
81
OPAPath = "."
82
ConfigFilePath = $tenantConfig.FullName
83
Quiet = $true;
0 commit comments