Skip to content

2.0.0-preview8

Pre-release
Pre-release
Compare
Choose a tag to compare
@peombwa peombwa released this 24 Mar 22:25
· 1727 commits to features/2.0 since this release
83e234c

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Fixes missing tenant id when using certificate for auth #1902
  • Fixes missing properties on the response of Get-MgContext #1902

Installation instructions

# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -AllowClobber -Force
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -AllowClobber -Force