Skip to content

Commit 8901c05

Browse files
author
unknown
committed
FW: Adressing comments from ogail. Using constructor to set default
parameters.
1 parent ba61a3c commit 8901c05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Resources/Commands.Resources/ActiveDirectory/NewAzureADApplicationCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public class NewAzureADApplicationCommand : ActiveDirectoryBaseCmdlet
9090
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ParameterSetName = ParameterSet.ApplicationWithKeyPlain,
9191
HelpMessage = "The usage of the key credentials associated with the application. Acceptable values are 'Sign' and 'Verify'. Default is 'Verify'")]
9292
public string KeyUsage { get; set; }
93+
9394
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ParameterSetName = ParameterSet.ApplicationWithPasswordPlain,
9495
HelpMessage = "The start date after which password or key would be valid. Default value is current time.")]
9596
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ParameterSetName = ParameterSet.ApplicationWithKeyPlain,

0 commit comments

Comments
 (0)