1.0.0
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
- Bug Fix: Update-EntraOauth2PermissionGrant by @SteveMutungi254 in #1182
- 0.20.0 release - Enrich examples to boost example quality KPI - Batch 1 by @SteveMutungi254 in #1184
- Bug fix 1185 - Get-EntraBetaServicePrincipalOwner not returning results by @SteveMutungi254 in #1188
- Global secure access commands - Adding syntax sections by @SteveMutungi254 in #1190
- Get-EntraBetaUserAuthenticationMethod by @SteveMutungi254 in #1203
- Get-EntraUserAuthenticationMethod by @SteveMutungi254 in #1202
- Update-EntraBetaUserAuthenticationRequirement - update perUser mfaState by @SteveMutungi254 in #1198
- Get-EntraBetaUserAuthenticationRequirement - perUser mfaState query by @SteveMutungi254 in #1197
- Fix typo in common-functions.ps1 by @SamErde in #1206
- Minor config changes in 1ES release pipeline by @KenitoInc in #1213
- Hotfix - Default format improvements - Get-EntraBetaUserAuthenticationMethod by @SteveMutungi254 in #1215
- Fix RequiredResourceAccess cannot be an array issue in Set-AzureADMSApplication by @PenguinCats in #1229
- Remediate GUIDs per the security dashboard hits by @msewaweru in #1248
- Delete Retired .openpublishing.build.ps1 script of default branch by @shujingMS in #1244
- Enhancement: Get-EntraContext - Add Entra PowerShell version to response by @SteveMutungi254 in #1246
- Hotfix - Update-EntraBetaUserAuthenticationRequirement by @SteveMutungi254 in #1251
- 0.20.0 release - Enrich examples to boost example quality KPI - Batch 7 by @SteveMutungi254 in #1219
- 0.20.0 release - Enrich examples to boost example quality KPI - Batch 6 by @SteveMutungi254 in #1217
- 0.20.0 release - Enrich examples to boost example quality KPI - Batch 5 [domains] by @SteveMutungi254 in #1216
- 0.20.0 release - Enrich examples to boost example quality KPI - Batch 3 [devices] by @SteveMutungi254 in #1196
- 0.20.0 release - Enrich examples to boost example quality KPI - Batch 2 by @SteveMutungi254 in #1193
- 0.20.0 release - Enrich examples to boost example quality KPI - Batch 2 (users) by @SteveMutungi254 in #1189
- Update New-EntraBetaPrivateAccessApplicationSegment.md by @andres-canello in #1275
- Update .Net version| by @KenitoInc in #1298
New Contributors
- @PenguinCats made their first contribution in #1229
- @shujingMS made their first contribution in #1244
Full Changelog: 0.22.0...1.0.0