Skip to content

1.0.7

Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 07 May 07:17
· 35 commits to main since this release
c1a4633

Release Notes

1.0.7 - May 5th, 2025

  • Bug Fixes:
    • Fixed -Replace dash with hyphen in Group functions - Thank you, @SamErde. PR #1450
    • Fixed - New-EntraApplication - Multiple RequiredResourceAccess entries failure. PR #1458
    • Fixed - Get-EntraUserExtension - Parity with Get-AzureADUserExtension. PR #1451

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

Full Changelog: 1.0.6...1.0.7