pnp / pnp/cli-microsoft365

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

Open
#3,035 17 comments 1 reaction 1 assignee View on GitHub

@vipulkelkar is already working on this.

Since Mar 4, 2022.

new feature on hold
Dominant language
TypeScript
Stars
1.5k
Forks
413
Avg merge
5d 6h
Merged PRs (30d)
21

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.