File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Azs.Fabric.Admin/custom Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,15 @@ param(
9191 # Flag indicates if the operation should wait for storage to converge before returning.
9292 ${AwaitStorageConvergence} ,
9393
94- [Parameter (ParameterSetName = ' BmciPv4Address' , Mandatory )]
9594 [Parameter (ParameterSetName = ' ScaleExpanded' , Mandatory )]
95+ [ValidateNotNull ()]
9696 [Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Category (' Path' )]
9797 [System.String ]
9898 # BMC address of the physical machine.
9999 ${BmciPv4Address} ,
100100
101- [Parameter (ParameterSetName = ' ComputerName ' , Mandatory )]
102101 [Parameter (ParameterSetName = ' ScaleExpanded' , Mandatory )]
102+ [ValidateNotNull ()]
103103 [Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Category (' Path' )]
104104 [System.String ]
105105 # Computer name of the physical machine.
You can’t perform that action at this time.
0 commit comments