Skip to content

0.19.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 04 Nov 13:54
· 11 commits to main since this release
f29bc24

Release Notes

0.19.0 - November 4, 2024

  • New Global Secure Access Commands: Added four cmdlets:

    • Enable-EntraBetaGlobalSecureAccessTenant
    • New-EntraBetaPrivateAccessApplication
    • Get-EntraBetaPrivateAccessApplication
    • Get-EntraBetaGlobalSecureAccessTenantStatus
  • Bug Fixes:

    • Fixed #1164: Resolved missing types in certain beta commands.
    • Fixed #1163: Removed duplicate examples.
  • Enhancements:

    • Improved examples for over 130 cmdlets.
    • Enhanced directory sync features and configurations.
  • Security:

    • Implemented security hardening measures in the release pipeline.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.18.0-preview...0.19.0-preview