Skip to content

1.0.0

Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 03 Feb 08:01
· 13 commits to main since this release

Release Notes

1.0.0 - January 28, 2025

  • New Commands:

    • Update-EntraOauth2PermissionGrant
    • Get-EntraBetaUserAuthenticationMethod
    • Get-EntraUserAuthenticationMethod
    • Update-EntraBetaUserAuthenticationRequirement
    • Get-EntraBetaUserAuthenticationRequirement
  • Bug Fixes:

    • RequiredResourceAccess cannot be an array. PR #1229
  • Documentation enhancements:

    • Improved examples for over 250 cmdlets.
    • Adding syntax sections for Global Secure Access commands.
    • Enhanced directory sync features and configurations.
    • Fixed example for New-EntraBetaPrivateAccessApplicationSegment.
  • Enhancements:

    • Get-EntraContext - Add Entra PowerShell version to response.
    • Update .Net version in the release pipeline.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.22.0...1.0.0