Skip to content

Commit

Permalink
Merge pull request #620 from huangpf/release-0.9.5
Browse files Browse the repository at this point in the history
Remove ValidateNotNullOrEmpty for DiskSizeInGB (for the disk attaching use case)
  • Loading branch information
markcowl committed Jul 17, 2015
2 parents 300ee8d + cae7c15 commit 0dc37e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public class AddAzureVMDataDiskCommand : AzurePSCmdlet
Position = 4,
ValueFromPipelineByPropertyName = true,
HelpMessage = HelpMessages.VMDataDiskSizeInGB)]
[ValidateNotNullOrEmpty]
public int? DiskSizeInGB { get; set; }

[Parameter(
Expand Down

0 comments on commit 0dc37e5

Please sign in to comment.