You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
@@ -101,7 +106,7 @@ public class ConnectPartnerCenter : PSCmdlet, IModuleAssemblyInitializer
101
106
/// <summary>
102
107
/// Gets or sets a flag indicating that a service principal will be used to authenticate.
103
108
/// </summary
104
-
[Parameter(HelpMessage="A flag indiicating that a service principal will be used to authenticate.",Mandatory=true,ParameterSetName=ServicePrincipalParameterSet)]
109
+
[Parameter(HelpMessage="A flag indicating that a service principal will be used to authenticate.",Mandatory=true,ParameterSetName=ServicePrincipalParameterSet)]
Copy file name to clipboardExpand all lines: src/PowerShell/Commands/NewPartnerAccessToken.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public class NewPartnerAccessToken : PSCmdlet
48
48
/// <summary>
49
49
/// Gets or sets a flag indicating that a service principal will be used to authenticate.
50
50
/// </summary
51
-
[Parameter(HelpMessage="A flag indiicating that a service principal will be used to authenticate.",Mandatory=true,ParameterSetName="ServicePrincipal")]
51
+
[Parameter(HelpMessage="A flag indicating that a service principal will be used to authenticate.",Mandatory=true,ParameterSetName="ServicePrincipal")]
0 commit comments