Description
I have 46 owned applications, but instead of getting them, I get a single array that contains those 46 applications.
Get-AzADApplication | gm
TypeName: Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication
Get-AzADApplication -OwnedApplication | gm
TypeName: System.Object[]
Adding the -OwnedApplication switch should not change the output type.

Issue script & Debug output
Get-AzADApplication | gm
TypeName: Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication
Get-AzADApplication -OwnedApplication | gm
TypeName: System.Object[]
Adding the -OwnedApplication switch should not change the output type.
Environment data
Module versions
Error output
No response
Description
I have 46 owned applications, but instead of getting them, I get a single array that contains those 46 applications.
Get-AzADApplication | gm
TypeName: Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication
Get-AzADApplication -OwnedApplication | gm
TypeName: System.Object[]
Adding the -OwnedApplication switch should not change the output type.
Issue script & Debug output
Environment data
PS7.3Module versions
Error output
No response