Skip to content

New command: Ensure that the particular Azure AD app registration exists and updates its properties if necessary #3035

@waldekmastykarz

Description

@waldekmastykarz

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions