Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Sets default auth context scope for app only authentication - scripted experience - to process scope, and current user scope for delegated authentication i.e. device code #288.
- Adds
-ContextScope
parameter toConnect-Graph
cmdlet.-ContextScope
allows customers to set their desired context scope. The value can either beProcess
orCurrentUser
#288. - Makes improvements to how the token cache is accessed #288.
- Makes improvements to how
GraphSession
object is accessed #291. - Refresh modules with latest APIs.