Usage
The command could look a bit like this
m365 aad sp add [options]
It should work similar to the equivalent in Azure CLI where we can achieve the same with az ad sp create --id <your-AppID-here>
Description
The command shall add a Service principal to a registered Azure AD app.
Options
| Option |
Description |
--appId [appId] |
Azure AD App Id |
--objectId [objectId] |
Azure AD App object ID |
--appName [appName] |
Azure AD App name |
Usage
The command could look a bit like this
m365 aad sp add [options]It should work similar to the equivalent in Azure CLI where we can achieve the same with
az ad sp create --id <your-AppID-here>Description
The command shall add a Service principal to a registered Azure AD app.
Options
--appId [appId]--objectId [objectId]--appName [appName]