Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
1.12.3 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
1.12.2 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes the SDK with the latest APIs #1520
- Adds ability to install older versions of the module #1513
- Adds examples to help files:
- Adds rich descriptions to command help content.
- Fixes failing URI when using
Find-MgGraphCommand
#1512 - Fixes missing
-All
and-Filter
parameters on some commands #1542
1.11.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
1.11.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes the SDK with the latest APIs #1424.
- Adds examples to help files:
- Adds parameter completer to
Connect-MgGraph -Environment
#1402. - Adds
Invoke-MgRestMethod
alias toInvoke-MgGraphRequest
#1390. - Improves API coverage by adding missing APIs #1368..
- Removes invalid commands #1401.
- Fixes error handling in
Disconnect-MgGraph
#1395. - Fixes pagination by not setting a fixed page size #1361.
1.10.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes the SDK with the latest APIs #1315.
- Adds examples to command help files #1258.
- Adds Device Management Configuration Settings APIs support #1326.
- Improves API coverage by adding missing APIs #660.
- Fixes broken commands in
Microsoft.Graph.Identity.Governance
module #1305. - Fixes serialization of OData OpenTypes #1303.
- Fixes broken report commands #665.
- Fixes broken OData action and function commands #610.
- Fixes broken
Revoke-MgUserSignInSession
#834. - Fixes environment reset bug when calling Invoke-MgGraph command #1328
1.9.6 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
1.9.5 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Fixes
user-agent
exception when making several calls in a session #1206.
1.9.4 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Refreshes the SDK with the latest APIs #1180.
- Refreshes command docs and examples #1172 and #1160.
- Adds resiliency by introducing a session-based HTTP client instance #1184.
- Adds missing
Test-MgGroupDynamicMembershipRule
command #1175. - Fixes missing -Debug request bodies in PowerShell 5.1 #1179.
Identity.Governance
module clean-up #1190 and #1189.
1.9.3 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
1.9.2 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes:
- Refreshes modules with the latest APIs #1016.
- Adds Bookings v1.0 support #1006.
- Prepares Entitlement Management custom cmdlets for v1.0 #990.
- Fixes date-time serialization bug that sent string dates as local time instead of UTC #997 and #989.
- Fixes requests timeouts when fetching large datasets #1018.
- Fixes serialization of floating points when culture is not English Azure/autorest.powershell#878.
- Fixes serialization of nested hashtables Azure/autorest.powershell#883.