Skip to content

Commit a517bc5

Browse files
committed
fix conflect
1 parent 78831e1 commit a517bc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

1-Authentication/1-sign-in/AppCreationScripts/Configure.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ if($isOpenSSL -eq 'Y')
194194
Write-Host "You have generated certificate using OpenSSL so follow below steps: "
195195
Write-Host "Install the certificate on your system from current folder."
196196
Write-Host -ForegroundColor Green "------------------------------------------------------------------------------------------------"
197-
198197
}
199198
Add-Content -Value "</tbody></table></body></html>" -Path createdApps.html
200199
} # end of ConfigureApplications function
@@ -256,4 +255,4 @@ catch
256255
Write-Host "Unable to register apps. Error is $message." -ForegroundColor White -BackgroundColor Red
257256
}
258257
Write-Host "Disconnecting from tenant"
259-
Disconnect-MgGraph
258+
Disconnect-MgGraph

0 commit comments

Comments
 (0)