Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
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.
0.7.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Sets default auth context scope for app only authentication - scripted experience - to process scope, and current user scope for delegated authentication i.e. device code #288.
- Adds
-ContextScopeparameter toConnect-Graphcmdlet.-ContextScopeallows customers to set their desired context scope. The value can either beProcessorCurrentUser#288. - Makes improvements to how the token cache is accessed #288.
- Makes improvements to how
GraphSessionobject is accessed #291. - Refresh modules with latest APIs.
0.7.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
0.5.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Fix casing bug on Linux #188
- Fix hard dependency issues on PowerShell 5.1 #189 #187 #194
- Refresh modules with 5/5/2020 beta CSDL
0.5.0 Release
Microsoft.Graph PowerShell SDK on PowerShell Gallery
Release notes
0.2.0 Release
Microsoft.Graph PowerShell SDK on PowerShell Gallery.
Release notes
- Adds
Get-MgContextcmdlet that returns the current authentication context used to authenticate requests #78 . - Adds
New-MgGroupMembercmdlet toGroups.DirectoryObjectmodule #79 . - Adds
CloudCommunications,Financials,Identity.ConditionalAccess,Identity.UserFlows,Reports,SearchandSecuritymodules #128 . - Adds piping support #121 .
- Updates token cache file path from PowerShell installation location to a users profile #114 .
- Encrypt tokens on Windows #101 .
- Refresh all modules with the latest Microsoft Graph metadata csdl #131 .
- Updates samples #85 #91.
- Updated signing of metamodule (Microsoft.Graph).