Skip to content

Remove-MgApplication DeleteViaIdentity not working #3499

@iliyansi

Description

@iliyansi

Describe the bug

I am trying to get app registration using Get-MgApplication and after that use Remove-MgApplication to delete them

Expected behavior

App Registrations are removed.

How to reproduce

Get-MgApplication | Where-Object {$_.displayname -eq 'test'} | Remove-MgApplication

SDK Version

2.34

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

"InputObject has null value for InputObject.ApplicationId"

Configuration

MacOs Tahoe

Other information

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:needs-more-informationAn issue that requires additional information from issue authorstatus:waiting-for-triageAn issue that is yet to be reviewed or assignedtype:bugA broken experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions