What's Changed
- Adds logging of MSAL events to debug stream by @peombwa in #2036
- Updates examples by @timayabi2020 in #2029
- Fixes date assignment bug in Reports module by @peombwa in #2021
- Fixes request header logging when using WinHttpHandler in PS 5.1 by @peombwa in #2028
- Refreshes module with the latest API changes by @peombwa in #2053
Full Changelog: 2.0.0-rc1...2.0.0-rc3
Installation instructions
# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease