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?
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:
Steps to reproduce behavior
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?