Release Notes
1.0.10 - July 25th, 2025
-
Bug Fixes:
- Fixed - Fix
Remove-EntraUserExtension
. PR #1509
- Fixed - Fix
-
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
- Fix cmdlet docs to support PlatyPS by @sdwheeler in #1498
- Remove ProgressAction parameter by @sdwheeler in #1501
- Move CI pipeline from BuildArtifact to PipelineArtifact by @KenitoInc in #1492
- Fix capitalization of H2 headers by @sdwheeler in #1506
- Add New-EntraServicePrincipalKeyCredential by @DButoyez in #1487
- Docs cleanup from v1.0.9 docs refresh by @KenitoInc in #1505
- Update the manager metadata from Celeste to Precious by @msewaweru in #1507
- Adding zero-trust assessments samples by @SteveMutungi254 in #1341
- Fix Remove-EntraUserExtension by @KenitoInc in #1509
- Release v1.0.10 by @KenitoInc in #1510
Full Changelog: 1.0.9...1.0.10