Release Notes
1.3.0 - May 18th, 2026
Features
This release promotes the Agent ID command set to General Availability (GA) in the Microsoft.Entra (v1.0) module, while also updating the existing Beta
cmdlets. The following GA cmdlets are now available:
Agent Identity Blueprint Management
- New‑EntraAgentIdentityBlueprint – Creates a new Agent Identity Blueprint with sponsors and owners.
- Get‑EntraAgentIdentityBlueprint – Retrieves an existing Agent Identity Blueprint.
- Remove‑EntraAgentIdentityBlueprint – Deletes an Agent Identity Blueprint.
- New‑EntraAgentIdentityBlueprintPrincipal – Creates a service principal for an Agent Identity Blueprint.
- Get‑EntraAgentIdentityBlueprintPrincipal – Retrieves the service principal for a blueprint.
- Add‑EntraClientSecretToAgentIdentityBlueprint – Adds a client secret to a blueprint.
- Add‑EntraInheritablePermissionsToAgentIdentityBlueprint – Configures Microsoft Graph permissions and consent flows.
- Add‑EntraPermissionsToInheritToAgentIdentityBlueprintPrincipal – Adds permissions to inherit to the blueprint principal.
- Add‑EntraPermissionToCreateAgentUsersToAgentIdentityBlueprintPrincipal – Grants permission to create agent users.
- Add‑EntraRequiredResourceAccessToAgentIdentityBlueprint – Adds required resource access to a blueprint.
- Add‑EntraScopeToAgentIdentityBlueprint – Adds OAuth2 permission scopes to a blueprint.
Agent Identity Management
- New‑EntraAgentIDForAgentIdentityBlueprint – Creates agent identities under a blueprint.
- Get‑EntraAgentIdentity – Retrieves an agent identity.
- Remove‑EntraAgentIdentity – Deletes an agent identity.
- Invoke‑EntraAgentIdInteractive – Launches an interactive wizard for Agent ID setup.
Agent User Management
- New‑EntraAgentUserForAgentId – Creates agent users with auto‑generated UPN and mailNickname.
- Get‑EntraAgentUser – Retrieves an agent user.
- Remove‑EntraAgentUser – Deletes an agent user.
Other Changes
- Removed deprecated AzureAD module dependency from the build pipeline.
- Added contributor testing and local build documentation.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Entra -RequiredVersion 1.3.0 -Repository PSGallery -Force -AllowClobberFor beta module
Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.3.0 -Repository PSGallery -Force -AllowClobberWhat's Changed
- Remove deprecated AzureAD module dependency from build pipeline by @givinalis in #1599
- Update Agent ID cmdlets for GA by @kylemar in #1598
- docs: Add contributor testing and local build guides by @givinalis in #1600
- updated version to 1.3.0 by @givinalis in #1602
New Contributors
Full Changelog: 1.2.0...1.3.0