Skip to content

0.14.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 22 Aug 14:43
· 133 commits to main since this release
6716b83

Release Notes

0.14.0 - August 22nd 2024

  • Added 17 net new cmdlets (Custom Security attributes, Application template, Feature Rollout policy, Audit Directory logs, Audit SignIn Logs).
  • Improved documentation for over 25 existing cmdlets.
  • Added documentation for more than 20 v1.0 cmdlets.
  • Added documentation for over 50 Beta cmdlets.
  • Enhanced over 40 cmdlets with better examples and detailed descriptions.
  • Issue 831fix to return actual Microsoft Graph types instead of PSCustomObjects.
  • Performed housekeeping tasks, including strengthening the build and release pipelines.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.13.0-preview...0.14.0-preview