This commit is contained in:
Sudharsan Sripadham 2019-12-08 09:52:00 -08:00
Родитель 3393738e09
Коммит 0575ad8b02
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -38,7 +38,7 @@ namespace Microsoft.Azure.Commands.Network
public string Description { get; set; }
[Parameter(
Mandatory = true,
Mandatory = false,
HelpMessage = "The source addresses of the rule")]
public string[] SourceAddress { get; set; }