Skip to content

[BUG] Register-PnPEntraIDAppForInteractiveLogin: Cannot retrieve the dynamic parameters for the cmdlet. #4862

Description

@Rokory

Reporting an Issue or Missing Feature

Register-PnPEntraIDAppForInteractiveLogin is not working in version 3.0.0.

Expected behavior

Should register an app in Entra ID.

Actual behavior

Error message:

Register-PnPEntraIDAppForInteractiveLogin: Cannot retrieve the dynamic parameters for the cmdlet. Value cannot be null. (Parameter 'stream')

Steps to reproduce behavior

$tenant = 'WWLx627621'
Register-PnPEntraIDAppForInteractiveLogin `
    -ApplicationName 'PnP PowerShell Cmdlets' `
    -Tenant "$tenant.onmicrosoft.com" `
    -Interactive

Without the -Interactive parameter, the error message is the same.

What is the version of the Cmdlet module you are running?

3.0.0

Which operating system/environment are you running PnP PowerShell on?

  • Windows
  • Linux
  • MacOS
  • Azure Cloud Shell
  • Azure Functions
  • Other : please specify

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions