Skip to content

New command: m365 aad app get #2835

@appieschot

Description

@appieschot

Usage

m365 aad app get

Description

Gets an Azure AD app registration

Options

Option Description
--appId [appId] Application (client) ID of the Azure AD application registration to get. Specify either appId, objectId or name
--objectId [objectId] Object ID of the Azure AD application registration to get. Specify either appId, objectId or name
--name [name] Name of the Azure AD application registration to get. Specify either appId, objectId or name

Additional Info

Add remark to docs:

For best performance use the objectId option to reference the Azure AD application registration to update. If you use appId or name, this command will first need to find the corresponding object ID for that application.

If the command finds multiple Azure AD application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.

Code would be similar to: https://github.com/pnp/cli-microsoft365/blob/main/docs/docs/cmd/aad/app/app-set.md

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions