Skip to content

2.0.0-preview5

Pre-release
Pre-release
Compare
Choose a tag to compare
@peombwa peombwa released this 16 Feb 02:51
· 1753 commits to features/2.0 since this release
1074a66

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes module with the latest APIs #1803
  • Fixes download of extensionless files #1800
  • Fixes missing If-Match header when updating Planner resources microsoftgraph/msgraph-metadata#260
  • Fixes Invoke-MgGraphRequest serialization of non-ASCII character #1764
  • Fixes Find-MgGraphPermission resolution when no connection to Microsoft Graph exists #1786
  • Adds Teams custom commands for pre-approval #1745
  • Ports v1.x examples to v2.x #1760

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