Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
1.6.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Adds
WindowsUpdatesmodule #683, #671. - Adds interactive authentication as the default authentication mode #618. Customers can fallback to device code using
Connect-MgGraph -UseDeviceAuthentication. - Adds new commands with simplified parameter sets to
Identity.Governancemodule #632, #631, #627. - Fixes dependency conflict with MSOnline module #642.
- Fixes device code authentication in PowerShell ISE #668.
- Cleans up broken/invalid commands in
Identity.Governance,Identity.SignIns,Users, andUsers.Actionsmodules #670 #666. - Refreshes modules with latest APIs #687.
1.5.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Adds CAE support #508.
- Adds assembly resolve handler for safe dependency resolution to avoid assembly conflicts with other modules #585.
- Adds missing site permissions commands to
Microsoft.Graph.Sitesmodule #607. - Removes invalid cmdlets in
Microsoft.Graph.Identity.Governancemodule #605 #577. - Refreshes modules with latest APIs #616 #619.
1.4.2 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
1.4.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Refreshes modules with latest APIs #567.
- Adds
DeviceManagement,DeviceManagement.Administration,DeviceManagement.Enrolment,DeviceManagement.Actions, andDeviceManagement.Functionsmodules to the SDK #549. - Fixes wrong count value with certain commands when a single item is returned in a collection #542.
- Fixes bug where
Connect-MgGraphwould truncate and try to use an invalid certificate thumbprint #540. - Fixes
-AccessTokenparameter set #540, - Removes markdown docs from modules to reduce module bloat #557.
- Removes breaking undocumented commands from Compliance module #552.
- Removes breaking undocumented commands from Devices.CorporateManagement module #565.
- Removes invalid
*-UserAuthenticationMethodcommands fromIdentity.Signinsmodule #528.
1.3.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Bug fixes and performance improvements #535 .
1.3.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Refreshes modules with latest APIs #520 .
- Adds
-OututTypeparameter toInvoke-MgGraphRequest. This parameter can be used to specify the desired output type fromInvoke-MgGraphRequest#499 . - Fixes bad request failures when
Invoke-MgGraphRequestto making PUT requests #486 . - Fixes silent failures when using
Connect-MgGraph#521 . - Cleans information stream #484 .
1.2.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Refreshes modules with latest APIs #472 .
- Adds
-Certificateparameter toConnect-MgGraph#440 . - Adds full support for KQL by properly formatting
-Searchvalues #448. - Adds
communicationssingleton APIs toCloudCommunicationsmodule #460 . - Updates
Microsoft.Graphmodule metadata to indicate that Azure automation is not supported. However, all service module support Azure automation #469. - Fixes UI freezes when
Invoke-MgGraphRequestis called from a UI thread #439. - Removes invalid commands from
Identity.Signinsmodule #466.
1.1.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
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.
0.9.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes modules with the latest service APIs #319 .
- Adds
additionalPropertiesto OpenType entities #87 . - Adds
Invoke-GraphRequestcmdlet for making HTTP calls to Microsoft Graph #245 . - Adds multi-profile support for switching between
v1.0andbetaversions of the service #254 #255 . - Handles all success responses as success #272 .
- Fixes wrongly named cmdlets #322 .
- Makes improvements to page iteration #272.