Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
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.
1.9.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes:
- Adds
TargetEmail
toNew-MgEntitlementManagementAccessPackageAssignmentRequest
#974. - Adds complete support for relative URIs when using
Invoke-MgGraphRequest
#951. - Makes
-Body
optional for POST and PATCH request when usingInvoke-MgGraphRequest
#955. - Adds logging of HTTP warning headers to PowerShell's warning stream #957.
- Adds examples for specific cmdlets #904.
- Refreshes modules with the latest APIs #970.
- Fixes missing
NOTES
section ##953.
1.9.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes:
- Adds
User-Agent
header to all requests. This should fix commands that were failing with aUser-Agent
required error #928 . - Cleans up modules by removing invalid commands #927.
- Refreshes modules with the latest APIs #932 #943.
- Fixes auth issues on WSL and Docker containers #934.
- Fixes serialization bug of
DictionaryEntry
types #942.
1.8.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes:
- Fixes "Ref" removal from commands that have
*Ref*
in their name. e.g., DomainNameReference #915. - Fixes information stream pollution by unnecessary logs #868.
- Updates formatting of -Debug logs to include scopes, auth context info, request, and response sections #868.
- Refreshes modules with the latest APIs #801.
1.7.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes:
- Adds
Find-MgGraphPermission
command toMicrosoft.Graph.Authentication
module #809. - Adds
Find-MgGraphCommand
command toMicrosoft.Graph.Authentication
module #816. - Adds examples to commands in
Applications
,Group
,Identity.DirectoryManagement
, andUsers
modules #701. - Fixes bug where commands would suppress network exceptions when network is down, or endpoint is unreachable #712.
- Cleans up broken/invalid commands in
Teams
,Planner
, andIdentity.Governance
modules #830. - Reduces module size by removing unnecessary content in help files #805.
- Refreshes modules with last month's APIs #801.