- Fix: Invoke-GraphRequest - fails to execute queries starting with http
- Upd: Invoke-GraphRequest - supports full http links as query
- New: Get-GraphToken - retrieve the currently used token
- Upd: Connect-GraphBrowser - opens logon screen in the default browser by default
- Fix: Invoke-GraphRequestBatch - retries stop failing
- Upd: Invoke-GraphRequestBatch - simplified requests specification
- New: Connect-GraphBrowser - Interactive logon using the Authorization flow and browser. Supports SSO.
- New: Invoke-GraphRequestBatch - allows executing batch requests (thanks @nyanhp)
- Upd: Added support for automatic token refresh once tokens expire
- Upd: Connect-GraphCertificate - added -Scopes parameter to allow retrieving token for other service than graph
- Fix: DeviceCode flow fails due to change in error message (thanks @nyanhp)
- All the previous features