Skip to content

Commit 4bd21fd

Browse files
committed
make disk gb required
1 parent 36329b5 commit 4bd21fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class AddAzureVMDataDiskCommand : AzurePSCmdlet
6464
public string Caching { get; set; }
6565

6666
[Parameter(
67-
Mandatory = false,
67+
Mandatory = true,
6868
Position = 4,
6969
ValueFromPipelineByPropertyName = true,
7070
HelpMessage = HelpMessages.VMDataDiskSizeInGB)]

0 commit comments

Comments
 (0)