0.11.0-preview
Pre-release
Pre-release
KenitoInc
released this
15 Jul 13:32
·
236 commits
to main
since this release
Summary
- We have made updates to docs.
- We have added the required scopes in the examples for top cmdlets.
- We have resolved local build issue for PowerShell 7.x.
- Additional bug fixes from GitHub issues.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.11.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.11.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Updated .md files to reflect public preview status. by @SteveMutungi254 in #875
- added connect-entra disconnect-entra in beta by @v-uansari in #789
- #874 fixed by adding conditions by @v-uansari in #883
- Add contribution guide by @SteveMutungi254 in #884
- Add scopes - batch 1 for Entra PowerShell cmdlets by @SteveMutungi254 in #895
- New-EntraOauth2PermissionGrant GA and Beta by @v-akarke in #872
- Bugfix-903 by @v-akarke in #904
- fixed byte read issue by @v-uansari in #889
- Commit Fix by @emmanuel-karanja in #921
- Bugfix #885 by @v-akarke in #898
- BUGFIX #906 by @v-akarke in #912
- Beta doc 07 by @snehalkotwal in #887
- DOCS Property params v1.0 by @KenitoInc in #914
- Added public docs contribution section. by @SteveMutungi254 in #924
- Beta cmdlet docs by @snehalkotwal in #881
- Beta docs by @snehalkotwal in #860
- Updated Documentation for EntraBeta by @snehalkotwal in #837
- Doc Beta cmdlets by @snehalkotwal in #835
- Bugfix - #902 by @v-akarke in #923
- Fix typo "Get-EntraDomainFedrationSettings" -> "Get-EntraDomainFederationSettings" by @cnotin in #908
- ms-services-removal-updates by @emmanuel-karanja in #927
- Add AuditLog permission to User resource by @SteveMutungi254 in #928
- Update version to v0.11.0-preview by @KenitoInc in #925
New Contributors
Full Changelog: 0.10.0-preview...0.11.0-preview