Skip to content

0.11.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 15 Jul 13:32
· 236 commits to main since this release
4c61b66

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

New Contributors

Full Changelog: 0.10.0-preview...0.11.0-preview