Skip to content

Cmdlets should support both flattened and nested objects as parameters #798

@peombwa

Description

@peombwa

Cmdlets should support both nested and flattened parameters. e.g.,

Flattened parameters (not supported)

New-MgApplication -WebRedirectUris = "MY_URI"

Nested parameters (currently supported)

New-MgApplication -Web @{ RedirectUris = "MY_URI" }

AB#10467

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions