We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d237c1a commit 9df3601Copy full SHA for 9df3601
1 file changed
create.ps1
@@ -140,7 +140,7 @@ try {
140
}
141
else {
142
Write-Warning "Correlation is enabled but not configured correctly."
143
- throw "Configuration of correlation is madatory."
+ throw "Configuration of correlation is mandatory."
144
145
146
# Get current account and verify if the action should be either [updated and correlated] or just [correlated]
@@ -301,4 +301,4 @@ finally {
301
302
303
$outputContext.Data = $exportData
304
-}
+}
0 commit comments