Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.1 -Repository PSGallery -Force -AllowClobber
For beta module
Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.1 -Repository PSGallery -Force -AllowClobber
Full Changelog: 1.0.0...1.0.1