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
Write-Host"Unable to remove the application 'WebApp-MultiTenant-v2' . Try deleting manually."-ForegroundColor White -BackgroundColor Red
45
+
$message=$_
46
+
Write-Warning$Error[0]
47
+
Write-Host"Unable to remove the application 'WebApp-MultiTenant-v2'. Error is $message. Try deleting manually."-ForegroundColor White -BackgroundColor Red
46
48
}
47
49
48
50
Write-Host"Making sure there are no more (WebApp-MultiTenant-v2) applications found, will remove if needed..."
Write-Host"Unable to remove ServicePrincipal 'WebApp-MultiTenant-v2' . Try deleting manually from Enterprise applications."-ForegroundColor White -BackgroundColor Red
71
+
$message=$_
72
+
Write-Warning$Error[0]
73
+
Write-Host"Unable to remove ServicePrincipal 'WebApp-MultiTenant-v2'. Error is $message. Try deleting manually from Enterprise applications."-ForegroundColor White -BackgroundColor Red
0 commit comments