Skip to content

Commit 41399a8

Browse files
authored
fix bug (#23737)
1 parent 094d91a commit 41399a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/MSGraph.Autorest/custom/Get-AzADApplication.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ process {
211211
'OwnedApplicationParameterSet' {
212212
$null = $PSBoundParameters.Remove("OwnedApplication")
213213
[System.Array]$apps = . Az.MSGraph.internal\Get-AzADUserOwnedApplication @PSBoundParameters
214-
$PSCmdlet.WriteObject($apps)
214+
$PSCmdlet.WriteObject($apps, $true)
215215
return
216216
}
217217
default {

0 commit comments

Comments
 (0)