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.0andbetaendpoint of Microsoft Graph service.v1.0is the default profile, useSelect-MgProfile -Name betato switch to beta #380 . - Adds aliases for
Connect-Graph,Disconnect-GraphandInvoke-GraphRequest#384 . - Adds
-AccessTokenparameter toConnect-Graph#374 . - Adds
-CountVariableto 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.