0.13.0-preview
Pre-release
Pre-release
KenitoInc
released this
08 Aug 14:36
·
191 commits
to main
since this release
Release Notes
0.13.0 - August 2024
- Added 5 net new cmdlets (Entra Policy, Application Password, Application Service Endpoints).
- Documentation improvements for over 25 existing cmdlet references documentation.
- Added over 50 Beta cmdlet references documentation.
- Issue 882 fix: Get-EntraGroupMember - to return Service Principal as a member.
- Issue 952 fix: Decoupled SignInActivity but added an example guidance on how to use SignInActivity property.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.13.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.13.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Beta docs by @snehalkotwal in #900
- Get-EntraUser : Removed SignInActivity and added Examples by @v-akarke in #974
- New-EntraApplicationPasswordCredential-doc by @v-akarke in #975
- Get-EntraBetaApplicationPasswordCredential by @v-akarke in #960
- Get-EntraGroupMember by @v-akarke in #963
- updated beta docs by @v-uansari in #930
- Set-EntraServicePrincipal and Set-EntraBetaServicePrincipal by @v-akarke in #809
- Get-EntraUser by @v-akarke in #982
- New-EntraConditionalAccessPolicy and New-EntraApplicationPassword -Hotfix by @v-akarke in #969
- New-EntraPolicy by @v-uansari in #871
- Improvements to commands docs based on review exercise by @SteveMutungi254 in #967
- Set entra policy by @v-uansari in #891
- Remove-EntraPolicy by @v-uansari in #877
- Add-EntraScopedRoleMembership by @v-uansari in #801
- Get entra policy by @v-uansari in #981
- Beta docs by @v-ymundhe in #953
- Update version to v0.13.0-preview by @KenitoInc in #984
New Contributors
- @v-ymundhe made their first contribution in #953
Full Changelog: 0.12.0-preview...0.13.0-preview