Skip to content

Commit

Permalink
Merge pull request #4883 from NikCharlebois/Tests-Improvements
Browse files Browse the repository at this point in the history
Fixes Tests
  • Loading branch information
NikCharlebois committed Jul 15, 2024
2 parents dabbbf7 + d17ab3a commit 3038c99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ Configuration Example
OriginSystem = "AADGroup";
OriginId = '849b3661-61a8-44a8-92e7-fcc91d296235'
Ensure = "Present";
IsPendingOnboarding = $True;
IsPendingOnboarding = $False;
TenantId = $TenantId;
Url = "https://myapps.microsoft.com/$TenantId/signin/$ApplicationId/";
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Configuration Example
Ensure = "Present";
IsPendingOnboarding = $False;
TenantId = $TenantId;
Url = "https://myapps.microsoft.com/$TenantId/signin/$ApplicationId/";
}
}
}

0 comments on commit 3038c99

Please sign in to comment.