This commit is contained in:
Greg Oliver 2019-02-20 14:38:15 +00:00
Родитель f7f3616fbe
Коммит 61e235e4ac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@ namespace nsgFunc
if (outputBinding.Length == 0)
{
log.LogError("Value for outputBinding is required. Permitted values are: 'logstash', 'arcsight', 'splunk', 'eventhub'.");
return 0;
throw new System.ArgumentNullException("outputBinding", "Please provide setting.");
}
var blobDetails = new BlobDetails(subId, resourceGroup, nsgName, blobYear, blobMonth, blobDay, blobHour, blobMinute, mac);