Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
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-agentexception 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-MgGroupDynamicMembershipRulecommand #1175. - Fixes missing -Debug request bodies in PowerShell 5.1 #1179.
Identity.Governancemodule 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
TargetEmailtoNew-MgEntitlementManagementAccessPackageAssignmentRequest#974. - Adds complete support for relative URIs when using
Invoke-MgGraphRequest#951. - Makes
-Bodyoptional 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
NOTESsection ##953.
1.9.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes:
- Adds
User-Agentheader to all requests. This should fix commands that were failing with aUser-Agentrequired 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
DictionaryEntrytypes #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-MgGraphPermissioncommand toMicrosoft.Graph.Authenticationmodule #809. - Adds
Find-MgGraphCommandcommand toMicrosoft.Graph.Authenticationmodule #816. - Adds examples to commands in
Applications,Group,Identity.DirectoryManagement, andUsersmodules #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.Governancemodules #830. - Reduces module size by removing unnecessary content in help files #805.
- Refreshes modules with last month's APIs #801.
1.6.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes:
- Adds
CloudPC audit eventcommands toDeviceManagement.Administrationmodule #734. - Adds examples to commands in
Applications,Group,Identity.DirectoryManagement, andUsersmodules #681, #685. - Fixes bug where commands would suppress network exceptions when network is down or endpoint is unreachable #712.
- Cleans up broken/invalid commands in
Identity.Governancemodule #680. - Refreshes modules with latest APIs #740.