We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d75d5b commit f2ce5f9Copy full SHA for f2ce5f9
create.ps1
@@ -35,10 +35,10 @@ if ($actionContext.CorrelationConfiguration.Enabled) {
35
}
36
else {
37
$outputContext.AuditLogs.Add([PSCustomObject]@{
38
- Message = "Configuration of correlation is madatory."
+ Message = "Configuration of correlation is mandatory."
39
IsError = $true
40
})
41
- Throw "Configuration of correlation is madatory."
+ Throw "Configuration of correlation is mandatory."
42
43
44
#region functions
@@ -195,4 +195,4 @@ finally {
195
if ($outputContext.AuditLogs.IsError -contains $true) {
196
$outputContext.Success = $false
197
198
-}
+}
0 commit comments