Skip to content

Commit d1fc504

Browse files
authored
Remove extra blank line in Test-Assessment.21815.ps1
That extra blank line breaks the formatting of the table.
1 parent 4c8654c commit d1fc504

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/powershell/tests/Test-Assessment.21815.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ The following emergency access accounts were excluded from this check as they ar
109109
110110
| User | UPN | Role Name |
111111
| :--- | :-- | :-------- |
112-
113112
'@
114113
foreach ($emergency in $excludedEmergencyAccounts) {
115114
$portalLink = 'https://entra.microsoft.com/#view/Microsoft_AAD_UsersAndTenants/UserProfileMenuBlade/~/AdministrativeRole/userId/{0}/hidePreviewBanner~/true' -f $emergency.principalId

0 commit comments

Comments
 (0)