Added import and export samples for the Az.SecurityInsights module

This commit is contained in:
Tiander Turpijn 2021-02-05 20:48:34 +01:00
Родитель 1be04b1c21
Коммит a040ac5f17
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,7 @@ try {
}
catch {
Write-Warning "Either your Azure connection is invalid or your Azure Sentinel settings are incorrect"
Write-Warning $_.Exception.Message -ForegroundColor Red
Write-Warning $_.Exception.Message
break
}