-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
P2High priorityHigh priority
Description
Describe the bug
Getting error while adding a new Agent Blueprint Identity in Entra id.
WARNING: Could not retrieve current user for
: Insufficient privileges to complete the operation.
Creating Agent Blueprint application...
- Display Name: Agent365PythonAgent Blueprint
ERROR: Failed to create application: BadRequest - {"error":{"code":"Request_BadRequest","message":"No sponsor specified. Please provide at least one sponsor.","innerError":{"date":"2025-12-31T19:49:31","request-id":"1335c81e-214c-4573-ad67-06234929675a","client-request-id":"1335c81e-214c-4573-ad67-06234929675a"}}}
ERROR: Failed to create agent blueprint
Already configured the following:
-
Global Administrator or Privileged Role Administrator required to grant other permissions. -
Added to following roles required to Create a blueprint: Agent ID Developer or Agent ID Administrator in Entra Id. -
Using A365 CLI PowerShell so added following Microsoft Graph permissions: AgentIdentityBlueprint.Create (delegated permission) AgentIdentityBlueprint.Create (application permission) -
what else is needed to define scope?
To Reproduce
Steps to reproduce the behavior:
- In Agent365 CLI, run the following:
a365 setup blueprint -v
Error is displayed after success adding Graph permissions (see attached)
Screenshots:
Please see the error
I am extending the Python Template created with Agent framewrok
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2High priorityHigh priority