Skip to content

1.0.10

Latest
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 26 Jul 18:53
3fa0e27

Release Notes

1.0.10 - July 25th, 2025

  • Bug Fixes:

    • Fixed - Fix Remove-EntraUserExtension. PR #1509
  • New cmdlets:

    • New-EntraServicePrincipalKeyCredential PR #1487
  • Documentation enhancements:

  • Other Enhancements:

    • Adding zero-trust assessments samples. PR #1341

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.10 -Repository PSGallery -Force -AllowClobber

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.10 -Repository PSGallery -Force -AllowClobber

What's Changed

Full Changelog: 1.0.9...1.0.10