We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8a7ae commit 0226589Copy full SHA for 0226589
create.ps1
@@ -130,10 +130,10 @@ try {
130
}
131
else {
132
$outputContext.AuditLogs.Add([PSCustomObject]@{
133
- Message = "Configuration of correlation is madatory."
+ Message = "Configuration of correlation is mandatory."
134
IsError = $true
135
})
136
- Throw "Configuration of correlation is madatory."
+ Throw "Configuration of correlation is mandatory."
137
138
139
Write-Verbose "Querying AFAS employee where [$($correlationProperty)] = [$($correlationValue)]"
0 commit comments