Skip to content

Commit d17ba52

Browse files
committed
add more specific comment
1 parent 60daabc commit d17ba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Resources/ActiveDirectory/Cmdlets/NewAzureADServicePrincipalCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public override void ExecuteCmdlet()
173173
{
174174
ExecutionBlock(() =>
175175
{
176-
//check if DefaultContext existed, PSInvalidOperationException will be thrown
176+
//safe gauard for login status, check if DefaultContext not existed, PSInvalidOperationException will be thrown
177177
var CheckDefaultContext = DefaultContext;
178178

179179
if (this.ParameterSetName == SimpleParameterSet)

0 commit comments

Comments
 (0)