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-LogMessage-message "Failed to add $App to tenant. This app does not exist."-tenant $tenant-API 'Application Copy'-sev error
25
+
if (!$ExistingApp-and!$ExistingAppRoleAssignments) {
26
+
Write-LogMessage-message "Failed to add $App to tenant. This app does not exist or does not have any consented permissions."-tenant $tenant-API 'Application Copy'-sev error
0 commit comments