We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094d91a commit 41399a8Copy full SHA for 41399a8
src/Resources/MSGraph.Autorest/custom/Get-AzADApplication.ps1
@@ -211,7 +211,7 @@ process {
211
'OwnedApplicationParameterSet' {
212
$null = $PSBoundParameters.Remove("OwnedApplication")
213
[System.Array]$apps = . Az.MSGraph.internal\Get-AzADUserOwnedApplication @PSBoundParameters
214
- $PSCmdlet.WriteObject($apps)
+ $PSCmdlet.WriteObject($apps, $true)
215
return
216
}
217
default {
0 commit comments