We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17367a0 commit e20a628Copy full SHA for e20a628
1 file changed
m365/image/run_container.ps1
@@ -134,7 +134,7 @@ if ("true" -ne $Env:SKIP_AUDIT_LOG) {
134
Write-Output "Uploaded audit log to $OutPathPrefix$AuditFile"
135
}
136
137
-Write-Output "Finished running on $TenantsCount tenants. Encountered $($ErrorTenants.Count) ErrorTenants"
+Write-Output "Finished running on $TenantCount tenants. Encountered $($ErrorTenants.Count) ErrorTenants"
138
if ($ErrorTenants.Count -gt 0) {
139
Write-Output "Tenants with errors:`n $($ErrorTenants -join "`n ")"
140
exit 1
0 commit comments