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.
1 parent 36329b5 commit 4bd21fdCopy full SHA for 4bd21fd
src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Config/AddAzureVMDataDiskCommand.cs
@@ -64,7 +64,7 @@ public class AddAzureVMDataDiskCommand : AzurePSCmdlet
64
public string Caching { get; set; }
65
66
[Parameter(
67
- Mandatory = false,
+ Mandatory = true,
68
Position = 4,
69
ValueFromPipelineByPropertyName = true,
70
HelpMessage = HelpMessages.VMDataDiskSizeInGB)]
0 commit comments