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
Should -Invoke -CommandName Get-MgServicePrincipalAppRoleAssignment-ModuleName Microsoft.Graph.Entra -Times 1
61
+
Should -Invoke -CommandName Get-MgServicePrincipalAppRoleAssignedTo-ModuleName Microsoft.Graph.Entra -Times 1
62
62
}
63
63
It "Should fail when Top is empty" {
64
64
{ Get-EntraServicePrincipalAppRoleAssignedTo-ServicePrincipalId "4d8fcb23-adc7-4d47-9328-2420eb1075ef"-Top } | Should -Throw "Missing an argument for parameter 'Top'*"
Should -Invoke -CommandName Get-MgServicePrincipalAppRoleAssignedTo-ModuleName Microsoft.Graph.Entra -Times 1
62
+
Should -Invoke -CommandName Get-MgServicePrincipalAppRoleAssignment-ModuleName Microsoft.Graph.Entra -Times 1
63
63
}
64
64
It "Should fail when Top is empty" {
65
65
{ Get-EntraServicePrincipalAppRoleAssignment-ServicePrincipalId "021510b7-e753-40aa-b668-29753295ca34"-Top } | Should -Throw "Missing an argument for parameter 'Top'*"
0 commit comments