Skip to content

0.10.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 26 Jun 21:05
· 262 commits to main since this release
dc9d8ea

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

Full Changelog: 0.9.0-preview...0.10.0-preview