1.0.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes modules with the latest service APIs #394 .
- Updates module classification to reduce SDK footprint. The new module list can be found here #348 .
- Adds ToDo APIs to Users module #385 .
- Adds support for
v1.0
andbeta
endpoint of Microsoft Graph service.v1.0
is the default profile, useSelect-MgProfile -Name beta
to switch to beta #380 . - Adds aliases for
Connect-Graph
,Disconnect-Graph
andInvoke-GraphRequest
#384 . - Adds
-AccessToken
parameter toConnect-Graph
#374 . - Adds
-CountVariable
to all commands that support$count
. #352 . - Fixes HttpContent disposed exception when creating or updating an entity #360 .
- Fixes deserialization of additionalProperties which resulted in a duplicate key error #391.