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.
2 parents 300ee8d + cae7c15 commit 0dc37e5Copy full SHA for 0dc37e5
src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Config/AddAzureVMDataDiskCommand.cs
@@ -68,7 +68,6 @@ public class AddAzureVMDataDiskCommand : AzurePSCmdlet
68
Position = 4,
69
ValueFromPipelineByPropertyName = true,
70
HelpMessage = HelpMessages.VMDataDiskSizeInGB)]
71
- [ValidateNotNullOrEmpty]
72
public int? DiskSizeInGB { get; set; }
73
74
[Parameter(
0 commit comments