Usage
m365 pp managementapp add
Description
Register management application for Power Platform
Options
| Option |
Description |
--appId [appId] |
Application (client) ID of the Azure AD application registration to register as management app. Specify either appId, objectId or name |
--objectId [objectId] |
Object ID of the Azure AD application registration to register as management app. Specify either appId, objectId or name |
--name [name] |
Name of the Azure AD application registration to register as management app. Specify either appId, objectId or name |
Additional Info
Remarks: this will require to sign in with the default Power Platform app registration to assign permissions to the CLI registration. Once that is done you can sign in again with the default CLI app registration. This should be reflected in the documentation!
Based on: https://docs.microsoft.com/en-us/powershell/module/microsoft.powerapps.administration.powershell/new-powerappmanagementapp?view=pa-ps-latest
Since we are introducing a whole new grouping implement a PowerPlatformCommand class for handling resources and URI's
Usage
m365 pp managementapp add
Description
Register management application for Power Platform
Options
--appId [appId]appId,objectIdorname--objectId [objectId]appId,objectIdorname--name [name]appId,objectIdornameAdditional Info
Remarks: this will require to sign in with the default Power Platform app registration to assign permissions to the CLI registration. Once that is done you can sign in again with the default CLI app registration. This should be reflected in the documentation!
Based on: https://docs.microsoft.com/en-us/powershell/module/microsoft.powerapps.administration.powershell/new-powerappmanagementapp?view=pa-ps-latest
Since we are introducing a whole new grouping implement a
PowerPlatformCommandclass for handling resources and URI's