pnp / pnp/cli-microsoft365

New command: `entra agent blueprint list`

Open
#7,252 2 comments 0 reactions 1 assignee View on GitHub

@MartinM85 is already working on this.

Since May 26, 2026.

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

Description

Usage

m365 entra agent blueprint list [options]

Description

Retrieves a list of templates defining the agent identity type

Options
Option Description
-p, --properties [properties] Comma separated list of properties to be returned
Examples

Retrieve all agent blueprint templates

m365 entra agent blueprint list

Retrieve id and name of agent blueprint templates

m365 entra agent blueprint list --properties 'id,displayName'
Default properties
  • id
  • displayName
  • appId
Additional Info

Requires new permission: AgentIdentityBlueprint.Read.All

Doc: https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-list

Include in the remarks the important admonition from the docs:

A principal who creates a blueprint or blueprint principal is assigned as the owner. Owners can create agent identities and modify only the resources they own, even if they aren't assigned an Agent ID role.

For nonowners to call this API in delegated scenarios using work or school accounts, the admin must be assigned a supported Microsoft Entra role. This operation supports the following built-in roles, which provide only the least privilege necessary:

Agent ID Administrator.
Agent ID Developer - Create agent identity blueprints and blueprint principals.

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.