Skip to content

0.13.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 08 Aug 14:36
· 191 commits to main since this release
1760278

Release Notes

0.13.0 - August 2024

  • Added 5 net new cmdlets (Entra Policy, Application Password, Application Service Endpoints).
  • Documentation improvements for over 25 existing cmdlet references documentation.
  • Added over 50 Beta cmdlet references documentation.
  • Issue 882 fix: Get-EntraGroupMember - to return Service Principal as a member.
  • Issue 952 fix: Decoupled SignInActivity but added an example guidance on how to use SignInActivity property.

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.13.0-preview -AllowPrerelease -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.13.0-preview -AllowPrerelease -Repository PSGallery –Force

What's Changed

New Contributors

Full Changelog: 0.12.0-preview...0.13.0-preview