Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
1.18.0 Release
Microsoft Graph PowerShell Module
Release Notes
- Refreshes the module with the latest APIs #1657
- Updates offline help with latest API descriptions #1658
- Removes invalid commands in
Microsoft.Graph.Identity.Governance
module #1655
Update instructions
Update-Module Microsoft.Graph
1.17.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Updates offline help with latest API descriptions #1638
- Fixes missing
TargetId
property onNew-MgEntitlementManagementAccessPackageAssignmentRequest
#1629. - Fixes serialization of nested hash tables in
-BodyParameter
#1624.
Update instructions
Update-Module Microsoft.Graph
1.16.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes the SDK with the latest APIs #1620
- Fixes
An item with the same key has already been added. Key: @odata.id
bug when using-BodyParameter
#1615.
Update instructions
Update-Module Microsoft.Graph
1.15.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes the SDK with the latest APIs #1610
- Fixes thread safety bug when running
ForEach -Parallel
#1604.
Update instructions
Update-Module Microsoft.Graph
1.14.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes the SDK with the latest APIs #1593
- Adds option to set max retry attempt via
Set-MgRequestContext
commands #1584 - Updates examples #1585.
Update instructions
Update-Module Microsoft.Graph
1.13.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
Update instructions
Update-Module Microsoft.Graph
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.