0.10.0-preview
Pre-release
Pre-release
KenitoInc
released this
26 Jun 21:05
·
262 commits
to main
since this release
Summary
- We have added the capability to auto-install module dependencies.
- We have added the required scopes in the examples for top cmdlets.
- Additional bug fixes from GitHub issues.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.10.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.10.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Update version to 0.9.0-preview by @KenitoInc in #843
- Get-EntraUserManager hotfix by @v-uansari in #834
- Added scopes for App Roles, Administrative Units and other top cmdlets scopes by @SteveMutungi254 in #846
- EntraApplication-Hotfix for PublicClient by @v-akarke in #842
- Remove ExternalModuleDependencies by @KenitoInc in #853
- Adding scopes, roles and additional edits for top resources - RoleAssignments, RoleDefinition by @SteveMutungi254 in #854
- Connect entra docs hot fix by @snehalkotwal in #828
- Fix code sign by @KenitoInc in #863
- Support for Property parameter by @KenitoInc in #758
- Fix codesign for staging and publishing artifacts by @KenitoInc in #864
- removed MS prefix cmdlets by @v-varshamane in #847
- Bulk update PR by @emmanuel-karanja in #868
- Adding Connect-Entra enhancements by @SteveMutungi254 in #867
- Update version to v0.10.0-preview by @KenitoInc in #865
Full Changelog: 0.9.0-preview...0.10.0-preview