We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f4b1f commit f30d439Copy full SHA for f30d439
m365/image/run_container.ps1
@@ -58,7 +58,7 @@ $Env:AZCOPY_ACTIVE_DIRECTORY_ENDPOINT = if ($Env:IS_GOV -eq "true") {"https://lo
58
Invoke-SCuBA -Version
59
60
Write-Output "Grabbing tenant config files"
61
-New-Item -Path "input" -ItemType Directory
+New-Item -Path "input" -ItemType Directory | Out-Null
62
.\azcopy copy "$Env:TENANT_INPUT/*" 'input' --include-pattern "*.yaml;*.yml;*.json" --output-level essential
63
if ($LASTEXITCODE -gt 0) {
64
throw "Error reading config files"
0 commit comments