File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/Compute/Compute/VirtualMachine/Operation Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -314,6 +314,16 @@ public class NewAzureVMCommand : VirtualMachineBaseCmdlet
314
314
[ ResourceIdCompleter ( "Microsoft.Compute/capacityReservationGroups" ) ]
315
315
public string CapacityReservationGroupId { get ; set ; }
316
316
317
+ [ Parameter (
318
+ Mandatory = false ,
319
+ HelpMessage = "Name of the SSH Public Key resource." ,
320
+ ParameterSetName = DefaultParameterSet ) ]
321
+ [ Parameter (
322
+ Mandatory = false ,
323
+ HelpMessage = "Name of the SSH Public Key resource." ,
324
+ ParameterSetName = SimpleParameterSet ) ]
325
+ public string SshKeyName { get ; set ; }
326
+
317
327
[ Parameter (
318
328
Mandatory = false ,
319
329
HelpMessage = "Generate a SSH Public/Private key pair and create a SSH Public Key resource on Azure." ,
You can’t perform that action at this time.
0 commit comments