Usage
m365 aad app ensure [options]
Description
Ensures that the particular Azure AD app registration exists and updates its properties if necessary
Options
| Option |
Description |
--manifest <manifest> |
Azure AD app manifest as retrieved from the Azure Portal to configure the app registration from |
Additional Info
The command is a combination of aad app get, aad app add and aad app set.
This command checks if an Azure AD app registration with the specified ID exists.
If no Azure AD app registration is found, this command will create one using the information from the manifest.
If an Azure AD registration is found, this command will update its properties using the information from the manifest.
Usage
m365 aad app ensure [options]
Description
Ensures that the particular Azure AD app registration exists and updates its properties if necessary
Options
--manifest <manifest>Additional Info
The command is a combination of
aad app get,aad app addandaad app set.This command checks if an Azure AD app registration with the specified ID exists.
If no Azure AD app registration is found, this command will create one using the information from the manifest.
If an Azure AD registration is found, this command will update its properties using the information from the manifest.