Skip to content

Commit 6a8d431

Browse files
committed
Remove ValidateNotNullOrEmpty for DiskSizeInGB
1 parent 2855dc0 commit 6a8d431

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Config/AddAzureVMDataDiskCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public class AddAzureVMDataDiskCommand : AzurePSCmdlet
6868
Position = 4,
6969
ValueFromPipelineByPropertyName = true,
7070
HelpMessage = HelpMessages.VMDataDiskSizeInGB)]
71-
[ValidateNotNullOrEmpty]
7271
public int? DiskSizeInGB { get; set; }
7372

7473
[Parameter(

0 commit comments

Comments
 (0)